We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e2116 commit 3cb7dbcCopy full SHA for 3cb7dbc
pytest_django/runner.py
@@ -1,9 +1,8 @@
1
-from typing import TYPE_CHECKING
+from typing import TYPE_CHECKING, Any
2
3
4
if TYPE_CHECKING:
5
from argparse import ArgumentParser
6
- from typing import Any
7
8
9
class PytestTestRunner:
0 commit comments