Skip to content

Commit f8d1384

Browse files
committed
Remove unused import
1 parent 154912a commit f8d1384

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

starlette/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import typing
22

3-
from typing_extensions import Protocol
4-
53
Scope = typing.MutableMapping[str, typing.Any]
64
Message = typing.MutableMapping[str, typing.Any]
75

0 commit comments

Comments
 (0)