We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ebccf commit 925cff9Copy full SHA for 925cff9
testing_tox/__init__.py
@@ -34,7 +34,7 @@
34
35
# 3rd party
36
import pytest
37
-import tox.reporter # type: ignore
+import tox.reporter # type: ignore[import]
38
from domdf_python_tools.paths import PathPlus, in_directory
39
40
__author__: str = "Dominic Davis-Foster"
0 commit comments