Skip to content

Commit

Permalink
Isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 30, 2023
1 parent da9783f commit ee72322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/datasets/test_skippd.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import torchgeo.datasets.utils
from torchgeo.datasets import SKIPPD


pytest.importorskip("h5py", minversion="3")


Expand Down
1 change: 0 additions & 1 deletion tests/trainers/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from torchgeo.main import main
from torchgeo.trainers import ObjectDetectionTask


# MAP metric requires pycocotools to be installed
pytest.importorskip("pycocotools")

Expand Down

0 comments on commit ee72322

Please sign in to comment.