Skip to content

Commit

Permalink
Fix isort complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Nov 5, 2024
1 parent d82b0e7 commit fbbe518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_previewer_geospatial/extensions/geoserver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""GeoServer Previewer."""

from flask import render_template, current_app
from flask import current_app, render_template
from invenio_previewer.proxies import current_previewer

previewable_extensions = ["shp"]
Expand Down

0 comments on commit fbbe518

Please sign in to comment.