Skip to content

Commit

Permalink
fix_cli_typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdefa committed Jun 10, 2024
1 parent 3c4624d commit 8f436e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sopa/cli/patchify.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def baysor(
),
):
"""Prepare patches for transcript-based segmentation with baysor"""
from sopa._constants import SopaKeys, SopaFiles
from sopa._constants import SopaFiles, SopaKeys

from .utils import _default_boundary_dir

Expand Down
2 changes: 1 addition & 1 deletion sopa/cli/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def comseg(

from .utils import _default_boundary_dir

log=logging.getLogger(__name__)
log = logging.getLogger(__name__)

config_name = SopaFiles.JSON_CONFIG_FILE

Expand Down

0 comments on commit 8f436e8

Please sign in to comment.