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

Reformatted files to match Python-style coding. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

filbe1
Copy link

@filbe1 filbe1 commented Apr 17, 2024

Changed doc-strings from ''' to """.
Changed if variable == True to if variable.
Uniformized indent.
Added new line at end of file.
Removed unnecessary imports.
Broke lines that were too long.
Removed unnecessary spaces when calling a function with arguments. Added spaces for normal operations and indexing.
Fixed typos.

Changed doc-strings from ''' to """.
Changed if variable == True to if variable.
Uniformized indent.
Added new line at end of file.
Removed unnecessary imports.
Broke lines that were too long.
Removed unnecessary spaces when calling a function with arguments.
Added spaces for normal operations and indexing.
Fixed typos.
@filbe1 filbe1 force-pushed the clean_code branch 2 times, most recently from 53d8b9f to 1a6beb4 Compare April 17, 2024 12:35
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.

1 participant