Skip to content

Commit

Permalink
Wrap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jan 3, 2024
1 parent f50d73f commit 857f7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def pytest_runtest_call(item: pytest.Function) -> None:
return
except NameError as exc:
pytest.fail(
f"{item.obj.__qualname__} has an unknown annotation for {exc.name}. Is it imported under TYPE_CHECKING?"
f"{item.obj.__qualname__} has an unknown annotation for {exc.name}."
" Is it imported within a TYPE_CHECKING test?"
)

for attr, type_ in annotations.items():
Expand Down

0 comments on commit 857f7f3

Please sign in to comment.