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 and nucleogenesis committed Jan 14, 2025
1 parent a144f11 commit 123671a
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 @@ -7,11 +7,11 @@

from dateutil import parser
from django.core.cache import cache
from django.core.files.storage import DefaultStorage
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 DefaultStorage
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 123671a

Please sign in to comment.