Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Dec 1, 2024
1 parent f935615 commit 4a0d83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_system/management/commands/cda_import.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.core.management.base import BaseCommand
from openpyxl import load_workbook

from external_system.models import ProfessionsWorkersPositionsRefbook, CdaFields
from external_system.models import CdaFields


class Command(BaseCommand):
Expand Down

0 comments on commit 4a0d83a

Please sign in to comment.