Skip to content

Commit 68e7242

Browse files
authored
Add necessary imports
1 parent 93950f2 commit 68e7242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
import math
4-
from typing import TYPE_CHECKING, Protocol
4+
from typing import TYPE_CHECKING, Protocol, Literal
55

66
import attrs
77

0 commit comments

Comments
 (0)