Skip to content

Commit

Permalink
Fix from cozy.version import
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Mar 27, 2024
1 parent 7737207 commit 27f3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozy/report/report_to_loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
from mutagen import version_string as MutagenVersion
from peewee import __version__ as PeeweeVersion

from cozy import __version__ as CozyVersion
from cozy.application_settings import ApplicationSettings
from cozy.ext import inject
from cozy.report.log_level import LogLevel
from cozy.version import __version__ as CozyVersion

URL = 'https://errors.cozy.sh:3100/api/prom/push'
ENABLE = '@INSTALLED@'
Expand Down

0 comments on commit 27f3791

Please sign in to comment.