Skip to content

Commit

Permalink
fixing linting errors in 2 files: I101 and I201
Browse files Browse the repository at this point in the history
  • Loading branch information
shachafl committed Mar 21, 2024
1 parent 914ffc6 commit 9e38535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion starfish/core/image/_registration/transforms_list.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions starfish/core/imagestack/test/factories/synthetic_stack.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e38535

Please sign in to comment.