Update settings.py
This commit is contained in:
parent
f923055a69
commit
53193d7b38
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
from PyQt6.QtWidgets import (QWidget, QVBoxLayout, QHBoxLayout, QLabel,
|
||||
QFrame, QPushButton, QLineEdit, QComboBox,
|
||||
QCheckBox, QSpinBox, QTextEdit, QGroupBox, QFormLayout, QIcon, QMessageBox, QSizePolicy, QScrollArea)
|
||||
QCheckBox, QSpinBox, QTextEdit, QGroupBox, QFormLayout, QMessageBox, QSizePolicy, QScrollArea)
|
||||
from PyQt6.QtCore import Qt, QThread, pyqtSignal
|
||||
from PyQt6.QtGui import QFont
|
||||
from PyQt6.QtGui import QFont, QIcon
|
||||
from config.settings import config_manager
|
||||
from utils.logging_config import get_logger
|
||||
import requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue