diff --git a/Custom_Widgets/Qss/SvgToPngIcons.py b/Custom_Widgets/Qss/SvgToPngIcons.py index f66a237..dbaa822 100644 --- a/Custom_Widgets/Qss/SvgToPngIcons.py +++ b/Custom_Widgets/Qss/SvgToPngIcons.py @@ -32,8 +32,6 @@ def set_dll_search_path(): from Custom_Widgets.Log import * -from PySide6.QtGui import QColor - class NewIconsGenerator(QObject): def __init__(self, arg): super(NewIconsGenerator, self).__init__()