Skip to content

Commit

Permalink
ignoring ruff import * issues in dataset_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofferEdlund committed Oct 17, 2023
1 parent 081f249 commit c5f7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/darwin/torch/dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SemanticSegmentationDataset,
get_dataset,
)
from tests.fixtures import *
from tests.fixtures import * # noqa: F403


def generic_dataset_test(ds, n, size):
Expand Down

0 comments on commit c5f7286

Please sign in to comment.