Skip to content

Commit 3cb7dbc

Browse files
committed
Fix linter
1 parent e1e2116 commit 3cb7dbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest_django/runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
from typing import TYPE_CHECKING
1+
from typing import TYPE_CHECKING, Any
22

33

44
if TYPE_CHECKING:
55
from argparse import ArgumentParser
6-
from typing import Any
76

87

98
class PytestTestRunner:

0 commit comments

Comments
 (0)