Skip to content

Commit

Permalink
sphere fix 2
Browse files Browse the repository at this point in the history
missed the dot, oops. editing directly
  • Loading branch information
milesagraham authored Aug 8, 2024
1 parent e814ccb commit 3b775e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ttmask/sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import mrcfile

from ._cli import cli
from soft_edge import add_soft_edge
from box_setup import box_setup
from .soft_edge import add_soft_edge
from .box_setup import box_setup


@cli.command(name='sphere')
Expand Down

0 comments on commit 3b775e8

Please sign in to comment.