mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:05:56 +08:00
Fix a relative import
This commit is contained in:
parent
12866c107b
commit
74bec96ce8
@ -6,7 +6,7 @@ from PyQt5.QtNetwork import QNetworkRequest, QNetworkReply, QNetworkAccessManage
|
|||||||
from typing import Optional, Callable, Any, Tuple, cast
|
from typing import Optional, Callable, Any, Tuple, cast
|
||||||
|
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
from src.Cloud.Models.CloudPrintJobResponse import CloudPrintJobResponse
|
from .Models.CloudPrintJobResponse import CloudPrintJobResponse
|
||||||
|
|
||||||
|
|
||||||
## Class responsible for uploading meshes to the cloud in separate requests.
|
## Class responsible for uploading meshes to the cloud in separate requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user