v1.3.7 - Complete Flake8 Code Quality Fix
Fixed
- F401: Removed all unused imports across 25 files
- F811: Removed all duplicate local imports (redefinition of unused names)
- E722: Fixed all bare
except:toexcept Exception: - E741: Fixed ambiguous variable name
ltolayer_node - E226: Fixed missing whitespace around arithmetic operators
- E402: Moved all imports to top of file
- F821: Fixed undefined name
tracebackby adding import - F841: Fixed unused local variable
ext - Removed stray
Logprefix from geopilot_dialog.py - Fixed relative import in providers/init.py
Result
All 240+ Flake8 issues resolved. 25 files now pass code quality checks.