Skip to content
Snippets Groups Projects

Fix new rule in flake8 7.2.0 breaking pipeline

Merged Kien Le requested to merge meta-#303-flake8_7.2.0_break_pipeline into develop
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -30,7 +30,6 @@ def modify_db_path():
@@ -30,7 +30,6 @@ def modify_db_path():
from sohstationviewer.conf.dbSettings import modify_db_path
from sohstationviewer.conf.dbSettings import modify_db_path
modify_db_path()
modify_db_path()
"""
"""
global dbConf
current_file_path = os.path.abspath(__file__)
current_file_path = os.path.abspath(__file__)
root = Path(current_file_path).parent.parent
root = Path(current_file_path).parent.parent
db_path = [x for x in root.glob('**/soh.db')][0]
db_path = [x for x in root.glob('**/soh.db')][0]
Loading