Skip to content

Commit 1108935

Browse files
committed
Make pyright happy
1 parent 6de6c45 commit 1108935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_import_hook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_finder():
2222

2323
@pytest.mark.usefixtures("import_hook")
2424
def test_import():
25-
from .test_module import main
25+
from .test_module import main # type: ignore[reportAttributeAccessIssue]
2626

2727
assert str(main.hello()) == """\
2828
<h1>

0 commit comments

Comments
 (0)