Skip to content

Commit 123671a

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent a144f11 commit 123671a

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
@@ -7,11 +7,11 @@
77

88
from dateutil import parser
99
from django.core.cache import cache
10+
from django.core.files.storage import DefaultStorage
1011
from django.db.models import F
1112
from django.db.models import Max
1213
from django.db.models import OuterRef
1314
from django.db.models import Subquery
14-
from django.core.files.storage import DefaultStorage
1515
from django.utils.translation import gettext_lazy as _
1616
from django.utils.translation import pgettext_lazy
1717
from le_utils.constants import content_kinds

0 commit comments

Comments
 (0)