remove BaseRequest and BaseResponse

This commit is contained in:
David Lord 2021-01-29 10:38:40 -08:00
parent fdba0d2526
commit 1936ca8a2e
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 5 additions and 5 deletions

View file

@ -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