Skip to content

Commit

Permalink
remove some stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Oct 4, 2023
1 parent 607dc0a commit bb66598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brainglobe_workflows/cellfinder/cellfinder_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
import os
from dataclasses import dataclass
from pathlib import Path
from typing import Optional, Tuple, Union # Any, Dict, Tuple,
from typing import Optional, Tuple, Union

import pooch
from brainglobe_utils.IO.cells import save_cells
from cellfinder_core.main import main as cellfinder_run
from cellfinder_core.tools.IO import read_with_dask
from cellfinder_core.train.train_yml import depth_type

Pathlike = Union[str, os.PathLike] # Union[str, bytes, os.PathLike, Path]
Pathlike = Union[str, os.PathLike]

# Default config
DATA_URL = "https://gin.g-node.org/BrainGlobe/test-data/raw/master/cellfinder/cellfinder-test-data.zip"
Expand Down

0 comments on commit bb66598

Please sign in to comment.