Skip to content

Commit

Permalink
style: 🎨 Black format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 7, 2024
1 parent cc9317c commit cfecbcb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/cellmap_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

from .utils import download_url_to_file
from .pytorch import cosem
from .pytorch import cosem
2 changes: 1 addition & 1 deletion src/cellmap_models/pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import cosem
from . import cosem
3 changes: 2 additions & 1 deletion src/cellmap_models/pytorch/cosem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .load_model import load_model

models_list = [
"setup04/1820500.pth",
"setup04/625000.pth",
Expand All @@ -11,4 +12,4 @@
"setup36/500000.pth",
"setup45/1634500.pth",
"setup45/625000.pth",
]
]
1 change: 0 additions & 1 deletion src/cellmap_models/pytorch/cosem/setup36/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
if not (Path(__file__).parent / f"{name}").exists():
print(f"Downloading {name} from {url}")
download_url_to_file(url, str(Path(__file__).parent / f"{name}.pth"))

1 change: 0 additions & 1 deletion src/cellmap_models/pytorch/cosem/setup45/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
if not (Path(__file__).parent / f"{name}").exists():
print(f"Downloading {name} from {url}")
download_url_to_file(url, str(Path(__file__).parent / f"{name}.pth"))

0 comments on commit cfecbcb

Please sign in to comment.