Fix new flake8 E741 error from using `l` variable
The just-updated flake8 package hits a bunch of:
E741 ambiguous variable name 'l'
warnings. This commit renames them all from `l` to `lst` (they are all
list values) to avoid the error.
Showing
Please
register
or
sign in
to comment