Skip to content

Commit

Permalink
Merge branch 'master' into jajjibhai008/upgrade-edx-enterprise-34f9fc4
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 authored Jul 27, 2023
2 parents 6c1db43 + 5f7d82e commit 06d8a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/djangoapps/util/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

from django.conf import settings
from django.core.exceptions import PermissionDenied
from django.core.files.storage import DefaultStorage, get_valid_filename
from django.core.files.storage import DefaultStorage
from django.utils.text import get_valid_filename
from django.utils.translation import gettext as _
from django.utils.translation import ngettext
from pytz import UTC
Expand Down

0 comments on commit 06d8a79

Please sign in to comment.