We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de6c45 commit 1108935Copy full SHA for 1108935
tests/test_import_hook.py
@@ -22,7 +22,7 @@ def test_finder():
22
23
@pytest.mark.usefixtures("import_hook")
24
def test_import():
25
- from .test_module import main
+ from .test_module import main # type: ignore[reportAttributeAccessIssue]
26
27
assert str(main.hello()) == """\
28
<h1>
0 commit comments