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

Use Python3.6+ syntax #12

Merged
merged 1 commit into from Jun 20, 2022
Merged

Use Python3.6+ syntax #12

merged 1 commit into from Jun 20, 2022

Conversation

ashnair1
Copy link
Contributor

Used pyupgrade to switch to Python 3.6+ syntax. This mainly consists of:

  • Switching to f strings
  • Change super() calls from super(Parent, self) to super()
  • Drop subclassing from object

@Ngoguey42 Ngoguey42 merged commit 1bed9a4 into preligens-lab:master Jun 20, 2022
@ashnair1 ashnair1 deleted the py36-plus branch June 20, 2022 13:53
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.

None yet

2 participants