job / aggregate6

IPv4 and IPv6 prefix aggregation tool
BSD 2-Clause "Simplified" License
145 stars 19 forks source link

Fix some flake8 linting errors #20

Open movatica opened 1 year ago

movatica commented 1 year ago

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