Skip to content

Commit

Permalink
fix: 🩹 Import error for software_lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 2, 2024
1 parent 543cd49 commit f6f9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wizarr-backend/wizarr_backend/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from .security import *
from .utils.clear_logs import clear_logs
from .migrator import run_migrations
from .utils.software_lifecycle import get_current_version

from utils.software_lifecycle import get_current_version
from sentry_sdk import init as sentry_init

# Get the base directory
Expand Down

0 comments on commit f6f9ef9

Please sign in to comment.