Skip to content

Commit c86100e

Browse files
committed
ruff
1 parent d50b1fc commit c86100e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

services/storage/tests/conftest.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,9 @@ def simcore_file_id(
242242
@pytest.fixture(
243243
params=[
244244
SimcoreS3DataManager.get_location_id(),
245-
# DatCoreDataManager.get_location_id(),
246245
],
247246
ids=[
248247
SimcoreS3DataManager.get_location_name(),
249-
# DatCoreDataManager.get_location_name(),
250248
],
251249
)
252250
def location_id(request: pytest.FixtureRequest) -> LocationID:
@@ -855,7 +853,10 @@ async def with_random_project_with_files(
855853
],
856854
],
857855
project_params: ProjectWithFilesParams,
858-
) -> tuple[dict[str, Any], dict[NodeID, dict[SimcoreS3FileID, FileIDDict]],]:
856+
) -> tuple[
857+
dict[str, Any],
858+
dict[NodeID, dict[SimcoreS3FileID, FileIDDict]],
859+
]:
859860
return await random_project_with_files(project_params)
860861

861862

0 commit comments

Comments
 (0)