Skip to content

Commit b7e92c3

Browse files
committed
removed mypy error 'Unused "type: ignore" comment'
1 parent 349c8e5 commit b7e92c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
2+
# mypy: no-warn-unused-ignores
33
from .declarativeunittest import raises, common, commonhex, commondumpdeprecated, commondump, commonbytes, ident, devzero
44
from construct.core import *
55
from construct import *

0 commit comments

Comments
 (0)