From b7e92c3c7d7fa3c41cc5043c1c2cc915f0686b9a Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:37:38 +0100 Subject: [PATCH] removed mypy error 'Unused "type: ignore" comment' --- tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_core.py b/tests/test_core.py index 759dbe8..95e5e59 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -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 *