Skip to content

v1.3.7 - Complete Flake8 code quality fix

Latest

Choose a tag to compare

@xingguangYan xingguangYan released this 22 Jun 07:39

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: to except Exception:
  • E741: Fixed ambiguous variable name l to layer_node
  • E226: Fixed missing whitespace around arithmetic operators
  • E402: Moved all imports to top of file
  • F821: Fixed undefined name traceback by adding import
  • F841: Fixed unused local variable ext
  • Removed stray Log prefix from geopilot_dialog.py
  • Fixed relative import in providers/init.py

Result

All 240+ Flake8 issues resolved. 25 files now pass code quality checks.

Download

GeoPilot-v1.3.7.zip