Issue #3226: Remove unused werkzeug datastructure import
This commit is contained in:
parent
6ac4b93779
commit
cd14adbc1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue