Skip to content

Commit

Permalink
Refactor: reorganize import
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Sep 18, 2024
1 parent eeda8fc commit 600f240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/export/views/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from django.views.generic import View

from memoized import memoized
from corehq.apps.hqwebapp.decorators import use_bootstrap5

from dimagi.utils.web import get_url_base, json_response
from soil import DownloadBase
Expand Down Expand Up @@ -39,6 +38,7 @@
)
from corehq.apps.export.models.new import DataFile, DatePeriod, CaseExportInstance
from corehq.apps.export.tasks import generate_schema_for_all_builds, process_populate_export_tables
from corehq.apps.hqwebapp.decorators import use_bootstrap5
from corehq.apps.locations.models import SQLLocation
from corehq.apps.locations.permissions import location_safe
from corehq.apps.reports.util import datespan_from_beginning
Expand Down

0 comments on commit 600f240

Please sign in to comment.