Removed two unused imports.
This commit is contained in:
parent
3491465d55
commit
0770f5c637
1 changed files with 2 additions and 3 deletions
5
flask.py
5
flask.py
|
|
@ -15,10 +15,9 @@ import sys
|
|||
|
||||
from jinja2 import Environment, PackageLoader, FileSystemLoader
|
||||
from werkzeug import Request as RequestBase, Response as ResponseBase, \
|
||||
LocalStack, LocalProxy, create_environ, cached_property, \
|
||||
SharedDataMiddleware
|
||||
LocalStack, LocalProxy, create_environ, SharedDataMiddleware
|
||||
from werkzeug.routing import Map, Rule
|
||||
from werkzeug.exceptions import HTTPException, InternalServerError
|
||||
from werkzeug.exceptions import HTTPException
|
||||
from werkzeug.contrib.securecookie import SecureCookie
|
||||
|
||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue