Skip to content

Commit 827d321

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 11ad748 commit 827d321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/docutils/docutils/statemachine.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections.abc import Callable, Generator, Iterable, Iterator, Sequence
22
from re import Match, Pattern
3-
from typing import Any, ClassVar, Generic, SupportsIndex, TypeVar, overload, Self
4-
from typing_extensions import Self, TypeAlias
3+
from typing import Any, ClassVar, Generic, Self, SupportsIndex, TypeVar, overload
4+
from typing_extensions import TypeAlias
55

66
_T = TypeVar("_T")
77
_Context = TypeVar("_Context")

0 commit comments

Comments
 (0)