From c5f72868c14f17e1adc59e26415eac513e9151bc Mon Sep 17 00:00:00 2001 From: Christoffer Date: Tue, 17 Oct 2023 13:22:43 +0200 Subject: [PATCH] ignoring ruff import * issues in dataset_test.py --- tests/darwin/torch/dataset_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/darwin/torch/dataset_test.py b/tests/darwin/torch/dataset_test.py index 33fd8053c..cc8b1dbbe 100644 --- a/tests/darwin/torch/dataset_test.py +++ b/tests/darwin/torch/dataset_test.py @@ -15,7 +15,7 @@ SemanticSegmentationDataset, get_dataset, ) -from tests.fixtures import * +from tests.fixtures import * # noqa: F403 def generic_dataset_test(ds, n, size):