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

Cleanup #4

Merged
merged 4 commits into from
Oct 16, 2018
Merged

Cleanup #4

merged 4 commits into from
Oct 16, 2018

Conversation

CosmicHorrorDev
Copy link
Contributor

This pull request does a few minor things to improve readability and consistency.

  • Follows pylint and flake8 standards for:
    • Stripping trailing whitespace
    • Having a space follow commas when passing parameters
    • Sorted imports
  • More consistent use of " for surrounding strings
  • Reduced nesting by moving code out of the with block when possible
  • Restructuring more of the for-loops to use .items() to access vals from dicts
  • Small other bits of cleanup

@Ziyadsk Ziyadsk merged commit 1bc47c6 into Ziyadsk:master Oct 16, 2018
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.

2 participants