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 Feb 26, 2024
1 parent 1abfe4d commit 15194d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filefinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# flake8: noqa

from importlib.metadata import version as _get_version

from . import _filefinder, cmip, utils
from ._filefinder import FileContainer, FileFinder
from importlib.metadata import version as _get_version

try:
__version__ = _get_version("filefinder")
Expand Down

0 comments on commit 15194d7

Please sign in to comment.