-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Create file_utils.py #2735
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
Create file_utils.py #2735
Conversation
Utility file helpful for file I/O in python3. Helps for plain text IO and JSON load and dump.
Updated to make it compatible with black
@cclauss |
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Correcting black and flake8 changes
black: Single space after file_name
@cclauss |
@poyea |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions! |
Utility file helpful for file I/O in python3.
Helps for plain text IO and JSON load and dump.
Describe your change:
Checklist: