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