We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ac735 commit a1b1fc6Copy full SHA for a1b1fc6
1 file changed
tests/conftest.py
@@ -15,8 +15,8 @@
15
16
if TYPE_CHECKING:
17
from _pytest.fixtures import (
18
- FixtureRequest,
19
- ) # pyright: ignore[reportPrivateImportUsage]
+ FixtureRequest, # pyright: ignore[reportPrivateImportUsage]
+ )
20
21
pytest.register_assert_rewrite("tests.utils")
22
0 commit comments