Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent ccb09a0 commit 42812bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index_calculator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from ._tables import xjson # noqa
from .index_calculator import IndexCalculator as index_calculator


def _get_version():
__version__ = "unknown"
try:
Expand All @@ -23,6 +24,7 @@ def _get_version():
pass
return __version__


__version__ = _get_version()

preprocessing.__module__ = __name__
Expand Down
2 changes: 2 additions & 0 deletions index_calculator/_ci_netcdfattrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import xclim as xc


def _get_version():
__version__ = "unknown"
try:
Expand All @@ -11,6 +12,7 @@ def _get_version():
pass
return __version__


__version__ = _get_version()


Expand Down

0 comments on commit 42812bb

Please sign in to comment.