Skip to content

Commit 7c17340

Browse files
committed
Undo ruff autofix
1 parent 1740185 commit 7c17340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trio/_core/_traps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
import enum
66
import types
7-
from collections.abc import Callable
87

98
# typing.Callable is necessary because collections.abc.Callable breaks
109
# test_static_tool_sees_all_symbols in 3.10.
11-
from typing import (
10+
from typing import ( # noqa: UP035
1211
TYPE_CHECKING,
1312
Any,
13+
Callable,
1414
NoReturn,
1515
TypeAlias,
1616
cast,

0 commit comments

Comments
 (0)