Skip to content

Commit ee72322

Browse files
committed
Isort fixes
1 parent da9783f commit ee72322

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/datasets/test_skippd.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import torchgeo.datasets.utils
1919
from torchgeo.datasets import SKIPPD
2020

21-
2221
pytest.importorskip("h5py", minversion="3")
2322

2423

tests/trainers/test_detection.py

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from torchgeo.main import main
1818
from torchgeo.trainers import ObjectDetectionTask
1919

20-
2120
# MAP metric requires pycocotools to be installed
2221
pytest.importorskip("pycocotools")
2322

0 commit comments

Comments
 (0)