Skip to content

Commit

Permalink
resolved bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuld committed Oct 21, 2024
1 parent 7dff61c commit 10637af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/datasets/test_substation_seg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from pathlib import Path
from pytest import MonkeyPatch

from .datasets import SubstationDataset
from .errors import DatasetNotFoundError
from torchgeo.datasets import SubstationDataset, DatasetNotFoundError


class TestSubstationDataset:

Check failure on line 12 in tests/datasets/test_substation_seg.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (I001)

tests/datasets/test_substation_seg.py:1:1: I001 Import block is un-sorted or un-formatted
Expand Down
1 change: 0 additions & 1 deletion torchgeo/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .cabuar import CaBuAr
from .cbf import CanadianBuildingFootprints
from .cdl import CDL
from .chabud import ChaBuDx
from .chesapeake import (
Chesapeake,
ChesapeakeCVPR,
Expand Down

0 comments on commit 10637af

Please sign in to comment.