Skip to content

Commit

Permalink
fix lingering import
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 29, 2023
1 parent 031e799 commit 75dd846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/sourmash_plugin_branchwater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import importlib.metadata

from . import pyo3_branchwater
from . import sourmash_plugin_branchwater

__version__ = importlib.metadata.version("sourmash_plugin_branchwater")

Expand Down

0 comments on commit 75dd846

Please sign in to comment.