From d3f582f78478188da545eb47c94ce5f4474d79ef Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Sat, 12 Aug 2023 12:44:40 -0500 Subject: [PATCH] Fixing QtSVG import error on server again This bug crept in again, apologies. --- hydrus/core/HydrusSVGHandling.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hydrus/core/HydrusSVGHandling.py b/hydrus/core/HydrusSVGHandling.py index 7b7987de..b3ff6eeb 100644 --- a/hydrus/core/HydrusSVGHandling.py +++ b/hydrus/core/HydrusSVGHandling.py @@ -1,13 +1,6 @@ import typing -from qtpy import QtSvg -from qtpy import QtGui as QG -from qtpy import QtCore as QC - from hydrus.core import HydrusExceptions -from hydrus.core import HydrusImageHandling - -from hydrus.client.gui import ClientGUIFunctions def BaseGenerateThumbnailBytesFromSVGPath( path: str, target_resolution: typing.Tuple[int, int], clip_rect = None ) -> bytes: