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

[MAINT] Modernise super method calls #206

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

tsbinns
Copy link
Collaborator

@tsbinns tsbinns commented Jun 18, 2024

Modernises super method calls by removing explicit passing of class type and self, e.g.:

super(MyClass, self).my_method() => super().my_method()

Suggested by @drammock & @wmvanvliet: #193 (comment)

@drammock drammock merged commit 57afdcc into mne-tools:main Jun 18, 2024
12 checks passed
@tsbinns tsbinns deleted the maint_supercalls branch June 19, 2024 10:15
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.

2 participants