Skip to content

Commit 925cff9

Browse files
committed
Make type: ignore more specific
1 parent d0ebccf commit 925cff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing_tox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# 3rd party
3636
import pytest
37-
import tox.reporter # type: ignore
37+
import tox.reporter # type: ignore[import]
3838
from domdf_python_tools.paths import PathPlus, in_directory
3939

4040
__author__: str = "Dominic Davis-Foster"

0 commit comments

Comments
 (0)