Mix bad imports

This commit is contained in:
2026-01-16 01:07:34 -06:00
parent 0a69c184eb
commit ee9f44e4c4
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ from src.api.server_proxy import RenderServerProxy
from src.engines.engine_manager import EngineManager
from src.ui.engine_help_window import EngineHelpViewer
from src.utilities.zeroconf_server import ZeroconfServer
from src.utilities.misc_helper import COMMON_RESOLUTIONS
from utilities.misc_helper import COMMON_FRAME_RATES
from src.utilities.misc_helper import COMMON_RESOLUTIONS, COMMON_FRAME_RATES
class NewRenderJobForm(QWidget):