Fix pylint issues

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-01-17 16:34:24 +01:00
parent c83f792c18
commit aec3eea064
No known key found for this signature in database
GPG Key ID: F072ACA227ACD71D
2 changed files with 8 additions and 11 deletions

View File

@ -16,7 +16,6 @@
from typing import List
from . import test_case
from . import test_data_generation
from . import ecp_common

View File

@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from . import test_case
from . import test_data_generation
from . import bignum_common
class EcpOperationCommon(bignum_common.ModOperationCommon):