Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 8, 2024
1 parent 5676f1f commit 739d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder/management/commands/filer_to_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from finder.models.file import FileModel as FinderFile
from finder.models.folder import FolderModel as FinderFolder
from finder.contrib.image.models import ImageModel as FinderImage
from finder.contrib.image.models import ImageFileModel as FinderImage


class Command(BaseCommand):
Expand Down

0 comments on commit 739d0d4

Please sign in to comment.