Re-enable pylint unused warnings

Signed-off-by: Werner Lewis <[email protected]>
This commit is contained in:
Werner Lewis
2022-12-06 11:55:32 +00:00
parent e1b6b7c0ac
commit 93a31c9efd
+2 -2
View File
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Dict, List # pylint: disable=unused-import
from typing import Dict, List
from . import test_data_generation
from . import bignum_common # pylint: disable=unused-import
from . import bignum_common
class BignumModTarget(test_data_generation.BaseTarget):
#pylint: disable=abstract-method, too-few-public-methods