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 open instead of io.open #389

Merged
merged 1 commit into from Mar 25, 2022
Merged

Use open instead of io.open #389

merged 1 commit into from Mar 25, 2022

Conversation

rabinadk1
Copy link
Contributor

Since python 2 support has been dropped, there is no difference between io.open and open. And it is recommended to use open over io.open. Just replacing all the occurrences of io.open with open in this PR.

@bbc2
Copy link
Collaborator

bbc2 commented Mar 25, 2022

Thank you!

@bbc2 bbc2 merged commit 07a2fa1 into theskumar:master Mar 25, 2022
@rabinadk1 rabinadk1 deleted the io_open branch March 25, 2022 14: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