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 ad54323 commit 54de9f5Copy full SHA for 54de9f5
uvloop/loop.pyi
@@ -15,7 +15,7 @@ from typing import (
15
_T = TypeVar('_T')
16
_Context = dict[str, Any]
17
_ExceptionHandler = Callable[[asyncio.AbstractEventLoop, _Context], Any]
18
-_SSLContext = bool | None | ssl.SSLContext
+_SSLContext = bool | ssl.SSLContext | None
19
_ProtocolT = TypeVar("_ProtocolT", bound=asyncio.BaseProtocol)
20
21
class Loop:
0 commit comments