mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)
This commit is contained in:
parent
c5afc97fc2
commit
60e41a0cbb
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue