Skip to content

test: fix all flake8 E741 errors#401

Merged
OddBloke merged 2 commits into
canonical:masterfrom
powersj:flake8/e741
Jun 1, 2020
Merged

test: fix all flake8 E741 errors#401
OddBloke merged 2 commits into
canonical:masterfrom
powersj:flake8/e741

Conversation

@powersj
Copy link
Copy Markdown
Contributor

@powersj powersj commented May 28, 2020

This removes the use of variables named ‘l’, ‘O’, or ‘I’. Generally
these are used in list comprehension to read the line of lines.

This removes the use of variables named ‘l’, ‘O’, or ‘I’. Generally
these are used in list comprehension to read the line of lines.
@powersj
Copy link
Copy Markdown
Contributor Author

powersj commented May 28, 2020

Most of the changes were changing lower case L to "line" when going through a series of lines. However, there were a couple of changes to variables names that I made as well.

Copy link
Copy Markdown
Collaborator

@OddBloke OddBloke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@OddBloke OddBloke merged commit 4ab3303 into canonical:master Jun 1, 2020
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