mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit f29553d809)
This commit is contained in:
committed by
Tim Abbott
parent
44bee53f30
commit
5de2969275
@@ -1,7 +1,7 @@
|
||||
import asyncio
|
||||
|
||||
|
||||
class NoAutoCreateEventLoopPolicy(asyncio.DefaultEventLoopPolicy): # type: ignore[misc,valid-type] # https://github.com/python/typeshed/issues/7452
|
||||
class NoAutoCreateEventLoopPolicy(asyncio.DefaultEventLoopPolicy):
|
||||
"""
|
||||
By default asyncio.get_event_loop() automatically creates an event
|
||||
loop for the main thread if one isn't currently installed. Since
|
||||
|
||||
Reference in New Issue
Block a user