mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 06:44:28 +00:00
Pacify pylint
Except for missing documentation, which will come in a subsequent commit. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6d40e54db0
commit
394da2d857
@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from typing import Iterator, List, Optional, Union
|
from typing import Iterator, List
|
||||||
|
|
||||||
from . import test_case
|
from . import test_case
|
||||||
from . import test_data_generation
|
from . import test_data_generation
|
||||||
@ -139,7 +139,7 @@ class BignumModRawConvertRep(bignum_common.ModOperationCommon,
|
|||||||
test_object.set_representation(rep)
|
test_object.set_representation(rep)
|
||||||
#Filters out the duplicate
|
#Filters out the duplicate
|
||||||
if rep == bignum_common.ModulusRepresentation.OPT_RED:
|
if rep == bignum_common.ModulusRepresentation.OPT_RED:
|
||||||
test_object.dependencies= []
|
test_object.dependencies = []
|
||||||
if bil == 64:
|
if bil == 64:
|
||||||
continue
|
continue
|
||||||
if test_object.is_valid:
|
if test_object.is_valid:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user