Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 26, 2023
1 parent fdb1ea9 commit b3bd114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openatlas/views/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from werkzeug.utils import redirect
from werkzeug.wrappers import Response

from display.util import convert_image_to_iiif
from openatlas import app
from openatlas.display.util import required_group
from openatlas.display.util import required_group, convert_image_to_iiif
from openatlas.forms.form import get_table_form
from openatlas.models.entity import Entity

Expand Down

0 comments on commit b3bd114

Please sign in to comment.