Bassa
Bassa copied to clipboard
updated withpep8 style
"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.
Hi @vishrutkohli, would you like to do the suggested changes and update the PR? We can merge this then.
@agentmilindu @JaDogg @tharindupr I am moving this to GCI task to update the PR