Skip to content

Commit

Permalink
Fix style violations
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgunter committed Dec 9, 2024
1 parent 54e8781 commit 5a7fdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snaphu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from ._version import __version__, __version_tuple__

__all__ = [
"__version__",
"__version_tuple__",
"get_snaphu_version",
"grow_conncomps",
"io",
"unwrap",
"__version__",
"__version_tuple__",
]

0 comments on commit 5a7fdef

Please sign in to comment.