forked from orbit-oss/flask
use _typeshed.wsgi instead of wsgiref.types
This commit is contained in:
parent
19b905eeef
commit
afc907fd0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@ import typing as t
|
||||||
|
|
||||||
|
|
||||||
if t.TYPE_CHECKING:
|
if t.TYPE_CHECKING:
|
||||||
|
from _typeshed.wsgi import WSGIApplication # noqa: F401
|
||||||
from werkzeug.datastructures import Headers # noqa: F401
|
from werkzeug.datastructures import Headers # noqa: F401
|
||||||
from wsgiref.types import WSGIApplication # noqa: F401
|
|
||||||
from .wrappers import Response # noqa: F401
|
from .wrappers import Response # noqa: F401
|
||||||
|
|
||||||
# The possible types that are directly convertible or are a Response object.
|
# The possible types that are directly convertible or are a Response object.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue