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 df9b548 commit e99408aCopy full SHA for e99408a
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