mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08:00
Clarify import documentation
Contributes to issue CURA-8556.
This commit is contained in:
parent
2d434a02e3
commit
a3c364d65a
@ -13,7 +13,7 @@ from UM.TaskManagement.HttpRequestManager import HttpRequestManager # To reques
|
||||
from UM.TaskManagement.HttpRequestScope import JsonDecoratorScope # To request JSON responses from the API.
|
||||
|
||||
from . import Marketplace # To get the list of packages. Imported this way to prevent circular imports.
|
||||
from .PackageModel import PackageModel # This list is a list of PackageModels.
|
||||
from .PackageModel import PackageModel # The contents of this list.
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from PyQt5.QtCore import QObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user