Skip to content

Commit

Permalink
Test a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 13, 2024
1 parent 6be2348 commit 479725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/samplers/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pytest

from torchgeo.datasets import BoundingBox
from torchgeo.samplers import tile_to_chips
from torchgeo.datasets import BoundingBox
from torchgeo.samplers.utils import _to_tuple

MAYBE_TUPLE = float | tuple[float, float]

Check failure on line 12 in tests/samplers/test_utils.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (I001)

tests/samplers/test_utils.py:4:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 479725a

Please sign in to comment.