Skip to content

Commit 9b689d8

Browse files
committed
fixup
1 parent c13849a commit 9b689d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stubs/docutils/docutils/statemachine.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ from re import Match, Pattern
33
from typing import Any, Generic, TypeVar, overload
44
from typing_extensions import Self
55

6-
__docformat__: str
7-
86
_Context = TypeVar("_Context")
97

108
class StateMachine(Generic[_Context]):

0 commit comments

Comments
 (0)