Skip to content

Commit

Permalink
tidied up by removing test
Browse files Browse the repository at this point in the history
  • Loading branch information
milesagraham committed May 17, 2024
1 parent bd164f0 commit 19eb586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"numpy",
"typer",
"einops",
"napari",
"mrcfile",
]

# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
Expand Down
1 change: 0 additions & 1 deletion src/ttmask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@

from ._cli import cli
from .sphere import sphere
from .test import test

0 comments on commit 19eb586

Please sign in to comment.