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 3cb59e1 commit d13711fCopy full SHA for d13711f
taskiq/semaphore.py
@@ -1,6 +1,8 @@
1
import asyncio
2
import sys
3
-from typing import TYPE_CHECKING, Any, Deque, Literal
+from typing import TYPE_CHECKING, Any, Deque
4
+
5
+from typing_extensions import Literal
6
7
8
class DequeSemaphore(asyncio.Semaphore):
0 commit comments