Bassa icon indicating copy to clipboard operation
Bassa copied to clipboard

updated withpep8 style

Open vishrutkohli opened this issue 7 years ago • 2 comments

"The code is read much more often than it is written" Pep8 provide a reference point (and a standard) for the pythonic way to write code. The PEP8 is the Style Guide for Python Code, and it covers:

formatting comments naming conventions

Related Issue

issue #445

Motivation and Context

It also has a lot of programming recommendations and useful tips on various topics, which aim to improve readability (and reliability) of your code

Screenshots (In case of UI changes):

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

vishrutkohli avatar Mar 25 '18 19:03 vishrutkohli

Hi @vishrutkohli, would you like to do the suggested changes and update the PR? We can merge this then.

agentmilindu avatar Jun 24 '18 15:06 agentmilindu

@agentmilindu @JaDogg @tharindupr I am moving this to GCI task to update the PR

vivonk avatar Sep 22 '18 12:09 vivonk