removed unused import
This commit is contained in:
parent
42a46ed09b
commit
63593d281b
1 changed files with 0 additions and 1 deletions
1
flask.py
1
flask.py
|
|
@ -13,7 +13,6 @@ from __future__ import with_statement
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from threading import local
|
|
||||||
from jinja2 import Environment, PackageLoader, FileSystemLoader
|
from jinja2 import Environment, PackageLoader, FileSystemLoader
|
||||||
from werkzeug import Request as RequestBase, Response as ResponseBase, \
|
from werkzeug import Request as RequestBase, Response as ResponseBase, \
|
||||||
LocalStack, LocalProxy, create_environ, cached_property, \
|
LocalStack, LocalProxy, create_environ, cached_property, \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue