Skip to content

style: fix code formatting issues#2680

Open
TheGittyPerson wants to merge 1 commit intohackdartstorm:mainfrom
TheGittyPerson:style/code-formatting
Open

style: fix code formatting issues#2680
TheGittyPerson wants to merge 1 commit intohackdartstorm:mainfrom
TheGittyPerson:style/code-formatting

Conversation

@TheGittyPerson
Copy link

All changes were made so that PEP 8 is followed.

Fixes include:

  • Added missing (and removed extra) blank lines (end of file and around classes and functions)
  • Added missing spaces between #s for comments
  • Added missing spaces around operators (arithmetic, comparison, commas, dict colons, etc.)
  • Removed redundant parentheses
  • Use double-quotes for docstrings instead of single-quotes
  • Removed spaces around keyword argument equal signs
  • Fixed incorrect indentations

Note: line lengths (which are supposed to stay below 79 characters) were ignored for now

All changes were made so that PEP 8 is followed.

Fixes include:
- Added missing (and removed extra) blank lines (end of file and around classes and functions)
- Added missing spaces between `#`s for comments
- Added missing spaces around operators (arithmetic, comparison, commas, dict colons, etc.)
- Removed redundant parentheses
- Use double-quotes for docstrings instead of single-quotes
- Removed spaces around keyword argument equal signs
- Fixed incorrect indentations

Note: line lengths (which are supposed to stay below 79 characters) were ignored for now
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