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 93950f2 commit 68e7242Copy full SHA for 68e7242
src/trio/_sync.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
import math
4
-from typing import TYPE_CHECKING, Protocol
+from typing import TYPE_CHECKING, Protocol, Literal
5
6
import attrs
7
0 commit comments