Skip to content

Commit

Permalink
fix(import): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Mar 1, 2024
1 parent c4c3910 commit f3c4cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/apps/core/management/commands/pre_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from django.core.management.base import BaseCommand
from django.core.management import call_command

from backend.apps.core.utils import create_database
from apps.core.utils import create_database


class Command(BaseCommand):
Expand Down

0 comments on commit f3c4cc9

Please sign in to comment.