Skip to content

Commit

Permalink
fix typo in Pathlike
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Oct 2, 2023
1 parent 07f6772 commit 0e5054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_workflows/cellfinder/cellfinder_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from cellfinder_core.tools.IO import read_with_dask
from cellfinder_core.train.train_yml import depth_type

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

# 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 0e5054b

Please sign in to comment.