-
Notifications
You must be signed in to change notification settings - Fork 7
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
General Cleanup #16
General Cleanup #16
Conversation
…hlighting for testing commands
The last commit was mainly for the sake of the linebreaks not displaying at all on Github ( Needs an empty line to actually line break ) |
… breaks and indentation for better clarity
…ing list and function arguments, PEP 8
…aFrame refactor(plot_benchmark_results.py): remove unused stddev variable and related code
…ional checks, prevents lint errors about md5 being potentially unbound fix(py3createtorrent.py): add type ignore comment to torrent_files argument in create_multi_file_info function call
This project uses Many formatting changes in this PR are unfortunately in conflict with the code style defined in |
Ran yapf ( that already was installed apparently ), did it with |
… 'not df' to 'df == None'
…tries across multiple files
…ith 'is' operator
Perfection. Thank you very much! |
Cleaning up formatting issues, misspells, and other things my perfectionist brain cant leave standing.