Skip to content

Commit 92a3c94

Browse files
pythongh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser
1 parent d65b783 commit 92a3c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/clinic/clinic.py

-1
Original file line numberDiff line numberDiff line change
@@ -4313,7 +4313,6 @@ def __init__(self, clinic: Clinic) -> None:
43134313
def reset(self) -> None:
43144314
self.function = None
43154315
self.state: StateKeeper = self.state_dsl_start
4316-
self.parameter_indent = None
43174316
self.keyword_only = False
43184317
self.positional_only = False
43194318
self.group = 0

0 commit comments

Comments
 (0)