gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)

This commit is contained in:
Erlend E. Aasland 2023-07-03 13:00:35 +02:00 committed by GitHub
parent c5afc97fc2
commit 60e41a0cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4326,7 +4326,6 @@ class DSLParser:
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