Skip to content

Commit

Permalink
gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Jul 3, 2023
1 parent c5afc97 commit 60e41a0
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 @@ -4326,7 +4326,6 @@ def __init__(self, clinic: Clinic) -> None:
def reset(self) -> None:
self.function = None
self.state = 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 60e41a0

Please sign in to comment.