Skip to content

Commit

Permalink
pythongh-104146: Remove unused attr 'parameter_indent' from clinic.DL…
Browse files Browse the repository at this point in the history
…Parser
  • Loading branch information
erlend-aasland committed Jul 3, 2023
1 parent d65b783 commit 92a3c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,6 @@ def __init__(self, clinic: Clinic) -> None:
def reset(self) -> None:
self.function = None
self.state: StateKeeper = self.state_dsl_start
self.parameter_indent = None
self.keyword_only = False
self.positional_only = False
self.group = 0
Expand Down

0 comments on commit 92a3c94

Please sign in to comment.