Skip to content
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

.super(C, self).super() #1387

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

In Python 3, you generally don't need the arguments for super() any more – they are inserted automatically (PEP 3135).

@Skylion007
Copy link
Contributor

This rule can be enabled codebase wide with a ruff pyupgrade check.

@martindurant martindurant merged commit 3fbb6fe into fsspec:master Oct 11, 2023
11 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the super branch October 11, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants