Fixing QtSVG import error on server again

This bug crept in again, apologies.
This commit is contained in:
Hydrus Network Developer 2023-08-12 12:44:40 -05:00
parent 6efda30e6b
commit d3f582f784
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 0 additions and 7 deletions

View File

@ -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: