Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 1, 2024
1 parent e1b8a83 commit 481e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/climetlab/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

import yaml

from climetlab import __version__ as VERSION
from climetlab.utils.html import css
from climetlab.utils.humanize import as_bytes
from climetlab.utils.humanize import as_percent
from climetlab.utils.humanize import as_seconds
from climetlab.version import __version__ as VERSION

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 481e06e

Please sign in to comment.