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

refactor: Remove superfluous absolute_import #503

Merged
merged 1 commit into from
Feb 14, 2024
Merged

refactor: Remove superfluous absolute_import #503

merged 1 commit into from
Feb 14, 2024

Conversation

Ferenc-
Copy link
Collaborator

@Ferenc- Ferenc- commented Feb 13, 2024

This import was only relevant for Python 2.5 & 2.6. Beginning with 2.7 this was the default behaviour anyway, and now that the codebase only supports 3.7 and above, it is about time to get rid of this.

This import was only relevant for Python 2.5 & 2.6.
Beginning with 2.7 this was the default behaviour anyway,
and now that the codebase only supports 3.7 and above,
it is about time to get rid of this.

Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
Copy link
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

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

It looks good to me.

I was thinking of doing the same. :-D Nice, we have it now.

@Ferenc- Ferenc- merged commit f51d42d into master Feb 14, 2024
12 checks passed
@Ferenc- Ferenc- deleted the cleanup branch February 14, 2024 09:11
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