Skip to content

Commit

Permalink
fix isort complain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 11, 2023
1 parent d36f905 commit 2726b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filer/admin/folderadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
from django.utils.encoding import force_str
from django.utils.html import escape, format_html
from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy as _, ngettext_lazy
from django.utils.translation import gettext_lazy as _
from django.utils.translation import ngettext_lazy

from .. import settings
from ..models import File, Folder, FolderPermission, FolderRoot, ImagesWithMissingData, UnsortedImages, tools
Expand Down

0 comments on commit 2726b06

Please sign in to comment.