8000 gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser by erlend-aasland · Pull Request #106358 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser
  • Loading branch information
erlend-aasland committed Jul 3, 2023
commit 92a3c948c6639a742c240fcff6765451dfba82fc
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