Skip to content

Reformatted files to match Python-style coding.#2

Open
filbe1 wants to merge 1 commit intoisebenius:masterfrom
filbe1:clean_code
Open

Reformatted files to match Python-style coding.#2
filbe1 wants to merge 1 commit intoisebenius:masterfrom
filbe1:clean_code

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