Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Nov 20, 2023
1 parent 6eff871 commit daed81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linear_operator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

# Read version number as written by setuptools_scm
try:
from linear_operator.version import version as __version__
from linear_operator.version import version as __version__ # @manual
except Exception: # pragma: no cover
__version__ = "Unknown" # pragma: no cover
__version__ = "Unknown"

__all__ = [
# Base class
Expand Down

0 comments on commit daed81b

Please sign in to comment.