Skip to content

Commit f8eea52

Browse files
committed
fixup
1 parent 6d80003 commit f8eea52

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, Iterator, Sequence
22
from re import Match, Pattern
3-
from typing import Any, Generic, TypeAlias, TypeVar, overload
4-
from typing_extensions import Self
3+
from typing import Any, Generic, TypeVar, overload
4+
from typing_extensions import Self, TypeAlias
55

66
_Context = TypeVar("_Context")
77
_TransitionResult: TypeAlias = tuple[_Context, str | None, list[str]]

0 commit comments

Comments
 (0)