forked from orbit-oss/flask
remove BaseRequest and BaseResponse
This commit is contained in:
parent
fdba0d2526
commit
1936ca8a2e
5 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import werkzeug.test
|
|||
from click.testing import CliRunner
|
||||
from werkzeug.test import Client
|
||||
from werkzeug.urls import url_parse
|
||||
from werkzeug.wrappers import BaseRequest
|
||||
from werkzeug.wrappers import Request as BaseRequest
|
||||
|
||||
from . import _request_ctx_stack
|
||||
from .cli import ScriptInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue