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 d8be65a commit 8f771bcCopy full SHA for 8f771bc
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
__docformat__: str
7
0 commit comments