Skip to content

Commit

Permalink
Remove small type check
Browse files Browse the repository at this point in the history
  • Loading branch information
denisbeslic committed Aug 16, 2024
1 parent 4a080b8 commit 38ba194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seq2squiggle/seq2squiggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def sweep(


@main.command()
def version() -> None:
def version():
"""Get the version of seq2squiggle"""
setup_logging("info")
logger.info(f"seq2squiggle: {__version__}")
Expand Down

0 comments on commit 38ba194

Please sign in to comment.