Skip to content

Commit 644938a

Browse files
committed
fix mypy test
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 922754f commit 644938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threaded/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import typing # noqa # pylint: disable=unused-import
2121

2222
# External Dependencies
23-
import pkg_resources # type: ignore
23+
import pkg_resources
2424

2525
# Local Implementation
2626
# pylint: disable=no-name-in-module

0 commit comments

Comments
 (0)