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

Fix flake8 errors #849

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix flake8 errors #849

wants to merge 2 commits into from

Commits on Sep 25, 2020

  1. fix(tests): fix flake8 E124 error

    E124 closing bracket does not match visual indentation
    
    Signed-off-by: Mikhail Ushanov <[email protected]>
    gmmephisto committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    be03365 View commit details
    Browse the repository at this point in the history
  2. fix(flake8): skip E741 error

    E741 ambiguous variable name 'l'
    
    Signed-off-by: Mikhail Ushanov <[email protected]>
    gmmephisto committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    cde5baf View commit details
    Browse the repository at this point in the history