mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 11:54:02 +00:00
Make pylint happy
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
6642cafae3
commit
9cf14cd6b0
@ -855,4 +855,3 @@ def mpi_modmul_case_generate() -> None:
|
|||||||
# BEGIN MERGE SLOT 10
|
# BEGIN MERGE SLOT 10
|
||||||
|
|
||||||
# END MERGE SLOT 10
|
# END MERGE SLOT 10
|
||||||
|
|
||||||
|
@ -14,13 +14,9 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
import random
|
|
||||||
|
|
||||||
from abc import ABCMeta
|
from abc import ABCMeta
|
||||||
from typing import Dict, Iterator, List, Tuple
|
|
||||||
|
|
||||||
from . import test_data_generation
|
from . import test_data_generation
|
||||||
from . import bignum_common
|
|
||||||
|
|
||||||
class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
||||||
#pylint: disable=abstract-method
|
#pylint: disable=abstract-method
|
||||||
@ -66,4 +62,3 @@ class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
|||||||
# BEGIN MERGE SLOT 10
|
# BEGIN MERGE SLOT 10
|
||||||
|
|
||||||
# END MERGE SLOT 10
|
# END MERGE SLOT 10
|
||||||
|
|
||||||
|
@ -14,13 +14,9 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
import random
|
|
||||||
|
|
||||||
from abc import ABCMeta
|
from abc import ABCMeta
|
||||||
from typing import Dict, Iterator, List, Tuple
|
|
||||||
|
|
||||||
from . import test_data_generation
|
from . import test_data_generation
|
||||||
from . import bignum_common
|
|
||||||
|
|
||||||
class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
||||||
#pylint: disable=abstract-method
|
#pylint: disable=abstract-method
|
||||||
@ -66,4 +62,3 @@ class BignumCoreTarget(test_data_generation.BaseTarget, metaclass=ABCMeta):
|
|||||||
# BEGIN MERGE SLOT 10
|
# BEGIN MERGE SLOT 10
|
||||||
|
|
||||||
# END MERGE SLOT 10
|
# END MERGE SLOT 10
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user