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 a96b8b6 commit f26a82bCopy full SHA for f26a82b
pymongo/lock.py
@@ -20,7 +20,7 @@
20
import os
21
import threading
22
import weakref
23
-from asyncio import events, exceptions, wait_for
+from asyncio import TimeoutError, events, exceptions, wait_for
24
from typing import Any, Coroutine, Optional, TypeVar
25
26
_HAS_REGISTER_AT_FORK = hasattr(os, "register_at_fork")
0 commit comments