removed mypy error 'Unused "type: ignore" comment'

This commit is contained in:
Tim Rid 2022-12-23 20:37:38 +01:00
parent 349c8e5dd2
commit b7e92c3c7d

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# mypy: no-warn-unused-ignores
from .declarativeunittest import raises, common, commonhex, commondumpdeprecated, commondump, commonbytes, ident, devzero
from construct.core import *
from construct import *