Skip to content

Commit

Permalink
global: remove warning message for LocalProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraBi authored and ntarocco committed Nov 11, 2019
1 parent fa98708 commit cae1069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_iiif/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from flask import current_app
from flask_restful import abort
from werkzeug import LocalProxy
from werkzeug.local import LocalProxy

from .errors import IIIFValidatorError, MultimediaError, \
MultimediaImageCropError, MultimediaImageFormatError, \
Expand Down
2 changes: 1 addition & 1 deletion flask_iiif/restful.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
send_file, url_for
from flask_restful import Resource
from flask_restful.utils import cors
from werkzeug import LocalProxy
from werkzeug.local import LocalProxy
from werkzeug.utils import secure_filename

from .api import IIIFImageAPIWrapper
Expand Down

0 comments on commit cae1069

Please sign in to comment.