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 36b9c86 commit 5486b57Copy full SHA for 5486b57
stubs/docutils/docutils/statemachine.pyi
@@ -3,8 +3,6 @@ from re import Match, Pattern
3
from typing import Any, Generic, TypeVar, overload
4
from typing_extensions import Self
5
6
-__docformat__: str
7
-
8
_Context = TypeVar("_Context")
9
10
class StateMachine(Generic[_Context]):
0 commit comments