mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Clarify import documentation
Contributes to issue CURA-8556.
This commit is contained in:
parent
2d434a02e3
commit
a3c364d65a
1 changed files with 1 additions and 1 deletions
|
@ -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 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 . 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:
|
if TYPE_CHECKING:
|
||||||
from PyQt5.QtCore import QObject
|
from PyQt5.QtCore import QObject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue