Skip to content

Commit 4efc999

Browse files
fixup! Drop py dependency
1 parent cbd07e0 commit 4efc999

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/test_isort.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from io import StringIO
1111
from pathlib import Path
1212
from tempfile import NamedTemporaryFile
13-
from typing import TYPE_CHECKING, Any, Dict, Iterator, List, Set, Tuple
13+
from typing import TYPE_CHECKING, Any, Iterator, List, Set, Tuple
1414

1515
import pytest
1616

@@ -23,6 +23,8 @@
2323
from .utils import UnreadableStream, as_stream
2424

2525
if TYPE_CHECKING:
26+
from typing import Dict # noqa: F401
27+
2628
WrapModes: Any
2729
else:
2830
from isort.wrap_modes import WrapModes

0 commit comments

Comments
 (0)