Skip to content

Remove Python2 constructs#4834

Merged
Micket merged 3 commits intoeasybuilders:developfrom
Flamefire:super-calls
Apr 15, 2025
Merged

Remove Python2 constructs#4834
Micket merged 3 commits intoeasybuilders:developfrom
Flamefire:super-calls

Conversation

@Flamefire
Copy link
Copy Markdown
Contributor

This avoids a lot of C&P by removing:

  • super(x, y) -> super()
  • class Foo(object): -> class Foo:

Copy link
Copy Markdown
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Micket Micket merged commit 9e164e3 into easybuilders:develop Apr 15, 2025
43 of 45 checks passed
@Flamefire Flamefire deleted the super-calls branch April 16, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants