mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Add one remaining forgotten type import
Contributes to issue CURA-8587.
This commit is contained in:
parent
aec643fd44
commit
a084b689b5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ from PyQt5.QtCore import pyqtSlot, QObject
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from PyQt5.QtCore import QObject
|
||||
from PyQt5.QtNetwork import QNetworkReply
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
from UM.TaskManagement.HttpRequestManager import HttpRequestManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue