Skip to content

Commit 14e16fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 68e7242 commit 14e16fe

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, Literal
4+
from typing import TYPE_CHECKING, Literal, Protocol
55

66
import attrs
77

0 commit comments

Comments
 (0)