Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Jun 25, 2023
1 parent 80d7b66 commit 321fed2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/trainers/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
from pytest import MonkeyPatch
from torch.nn.modules import Module

from torchgeo.datamodules import (
MisconfigurationException,
NASAMarineDebrisDataModule,
VHR10DataModule,
)
from torchgeo.datamodules import MisconfigurationException, NASAMarineDebrisDataModule
from torchgeo.datasets import NASAMarineDebris
from torchgeo.trainers import ObjectDetectionTask

Expand Down

0 comments on commit 321fed2

Please sign in to comment.