Skip to content

Commit 4bc3351

Browse files
authored
Merge pull request #517 from l0b0/chore/remove-unused-import
chore: Remove unused import
2 parents 5b8b44e + 11ccc34 commit 4bc3351

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/utils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
import pystac
1717
from tests.utils.stac_io_mock import MockStacIO
1818

19-
if TYPE_CHECKING:
20-
import tempfile as TemporaryDirectory_Type
21-
2219

2320
def assert_to_from_dict(
2421
test_class: unittest.TestCase,

0 commit comments

Comments
 (0)