From 9e385351db58c739f9f93baf535b54dc308e637f Mon Sep 17 00:00:00 2001 From: Lior Shachaf Date: Thu, 21 Mar 2024 16:14:17 -0400 Subject: [PATCH] fixing linting errors in 2 files: I101 and I201 --- starfish/core/image/_registration/transforms_list.py | 2 +- starfish/core/imagestack/test/factories/synthetic_stack.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/starfish/core/image/_registration/transforms_list.py b/starfish/core/image/_registration/transforms_list.py index 2e6071c5..d65e1ccf 100644 --- a/starfish/core/image/_registration/transforms_list.py +++ b/starfish/core/image/_registration/transforms_list.py @@ -1,5 +1,5 @@ import json -from typing import Optional, List, Mapping, Tuple +from typing import List, Mapping, Optional, Tuple import numpy as np from semantic_version import Version diff --git a/starfish/core/imagestack/test/factories/synthetic_stack.py b/starfish/core/imagestack/test/factories/synthetic_stack.py index c47ef389..e9046018 100644 --- a/starfish/core/imagestack/test/factories/synthetic_stack.py +++ b/starfish/core/imagestack/test/factories/synthetic_stack.py @@ -1,4 +1,5 @@ from typing import Optional + from starfish.core.experiment.builder.builder import build_image from starfish.core.experiment.builder.defaultproviders import OnesTile, tile_fetcher_factory from starfish.core.experiment.builder.providers import TileFetcher