Skip to content

Commit

Permalink
Update _logging.py (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4rvey-g authored Feb 24, 2025
1 parent 22b6e7e commit f89590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvelo/logging/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def run(self):
# TODO: Add docstrings
def print_version():
"""TODO."""
from . import __version__
from scvelo import __version__

_write_log(
f"Running scvelo {__version__} "
Expand Down

0 comments on commit f89590b

Please sign in to comment.