Skip to content

Commit f48c321

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 6da318c commit f48c321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/typecheck_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from argparse import ArgumentParser
66
from collections import defaultdict
77
from distutils import dir_util, spawn
8-
from typing import List, Pattern, Union, DefaultDict
8+
from typing import DefaultDict, List, Pattern, Union
99

1010
from scripts.git_helpers import git_checkout_drf
1111
from scripts.paths import DRF_SOURCE_DIRECTORY, PROJECT_DIRECTORY, STUBS_DIRECTORY

0 commit comments

Comments
 (0)