Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Feb 27, 2025
1 parent 07db9d6 commit f538e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/logger/csv_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

from dateutil import parser
from django.core.cache import cache
from django.core.files.storage import default_storage
from django.db.models import F
from django.db.models import Max
from django.db.models import OuterRef
from django.db.models import Subquery
from django.core.files.storage import default_storage
from django.utils.translation import gettext_lazy as _
from django.utils.translation import pgettext_lazy
from le_utils.constants import content_kinds
Expand Down

0 comments on commit f538e5d

Please sign in to comment.