Skip to content
Snippets Groups Projects
Commit 67e4cac3 authored by Kien Le's avatar Kien Le
Browse files

flake8

parent 66fa20b4
No related branches found
No related tags found
1 merge request!359Fix new rule in flake8 7.2.0 breaking pipeline
Pipeline #4342 passed with stage
in 2 minutes and 41 seconds
......@@ -30,7 +30,6 @@ def modify_db_path():
from sohstationviewer.conf.dbSettings import modify_db_path
modify_db_path()
"""
global dbConf
current_file_path = os.path.abspath(__file__)
root = Path(current_file_path).parent.parent
db_path = [x for x in root.glob('**/soh.db')][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment