We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154912a commit f8d1384Copy full SHA for f8d1384
starlette/types.py
@@ -1,7 +1,5 @@
1
import typing
2
3
-from typing_extensions import Protocol
4
-
5
Scope = typing.MutableMapping[str, typing.Any]
6
Message = typing.MutableMapping[str, typing.Any]
7
0 commit comments