Skip to content

Commit

Permalink
isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Aug 18, 2020
1 parent 10a1c73 commit 8da6ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_jsonschemas/jsonresolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def jsonresolver_loader(url_map):
Injected into Invenio-Records JSON resolver.
"""
from flask import current_app

from . import current_jsonschemas
url_map.add(Rule(
"{0}/<path:path>".format(current_app.config['JSONSCHEMAS_ENDPOINT']),
Expand Down

0 comments on commit 8da6ea7

Please sign in to comment.