Skip to content

Commit

Permalink
Format code and docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 23, 2024
1 parent 021feef commit e60d9d5
Show file tree
Hide file tree
Showing 31 changed files with 2,231 additions and 2,246 deletions.
1 change: 1 addition & 0 deletions audb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# Dynamically get the version of the installed module
try:
import importlib.metadata

__version__ = importlib.metadata.version(__name__)
except Exception: # pragma: no cover
importlib = None # pragma: no cover
Expand Down
Loading

0 comments on commit e60d9d5

Please sign in to comment.