We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a020951 commit 1a308adCopy full SHA for 1a308ad
stubs/docutils/docutils/statemachine.pyi
@@ -1,7 +1,7 @@
1
from collections.abc import Callable, Generator, Iterator, Sequence
2
from re import Match, Pattern
3
-from typing import Any, Generic, TypeAlias, TypeVar, overload
4
-from typing_extensions import Self
+from typing import Any, Generic, TypeVar, overload
+from typing_extensions import Self, TypeAlias
5
6
_Context = TypeVar("_Context")
7
_TransitionResult: TypeAlias = tuple[_Context, str | None, list[str]]
0 commit comments