Skip to content

Commit

Permalink
Make pyright happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jan 26, 2025
1 parent 6de6c45 commit 1108935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_import_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_finder():

@pytest.mark.usefixtures("import_hook")
def test_import():
from .test_module import main
from .test_module import main # type: ignore[reportAttributeAccessIssue]

assert str(main.hello()) == """\
<h1>
Expand Down

0 comments on commit 1108935

Please sign in to comment.