Fixing QtSVG import error on server again
This bug crept in again, apologies.
This commit is contained in:
parent
6efda30e6b
commit
d3f582f784
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue