Removed sys in 'from os import sys, path'

This commit is contained in:
Logstor
2025-11-20 18:24:44 +00:00
committed by Chris Hennes
parent f48db1f855
commit e802aa1821
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
# ***************************************************************************
"""Auto code generator for preference page of Display/UI"""
import cog, sys
from os import sys, path
from os import path
# import Tools/params_utils.py
sys.path.append(