test_sequences_and_iterators.py
4.92 KB
-
Fix new flake8 E741 error from using `l` variable · fc8d1c76
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.Jason Rhinelander committed