aggregate6 icon indicating copy to clipboard operation
aggregate6 copied to clipboard

Fix some flake8 linting errors

Open movatica opened this issue 2 years ago • 0 comments

Fixed: ./aggregate6/aggregate6.py:33:1: E722 do not use bare 'except' ./aggregate6/aggregate6.py:44:15: E741 ambiguous variable name 'l' ./aggregate6/aggregate6.py:58:9: F841 local variable 'err' is assigned to but never used ./aggregate6/aggregate6.py:158:13: F841 local variable 'err' is assigned to but never used

movatica avatar Dec 27 '22 00:12 movatica