Merge pull request #3233 from rtilk89/unused_werkzerg_import

Issue #3226: Remove unused werkzeug datastructure import
This commit is contained in:
David Lord 2019-05-31 12:58:44 -04:00 committed by GitHub
commit 524f9c32c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ from werkzeug.routing import BuildError
from functools import update_wrapper
from werkzeug.urls import url_quote
from werkzeug.datastructures import Headers, Range
from werkzeug.datastructures import Headers
from werkzeug.exceptions import BadRequest, NotFound, RequestedRangeNotSatisfiable
from werkzeug.wsgi import wrap_file