Skip to content

Commit f538e5d

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 07db9d6 commit f538e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kolibri/core/logger/csv_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
from dateutil import parser
88
from django.core.cache import cache
9+
from django.core.files.storage import default_storage
910
from django.db.models import F
1011
from django.db.models import Max
1112
from django.db.models import OuterRef
1213
from django.db.models import Subquery
13-
from django.core.files.storage import default_storage
1414
from django.utils.translation import gettext_lazy as _
1515
from django.utils.translation import pgettext_lazy
1616
from le_utils.constants import content_kinds

0 commit comments

Comments
 (0)