mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix typing issues
CURA-6005
This commit is contained in:
parent
8c07a6e89b
commit
a6663ea0e8
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ except ImportError:
|
|||
# Cloud API
|
||||
# ---------
|
||||
DEFAULT_CLOUD_API_ROOT = "https://api.ultimaker.com" # type: str
|
||||
DEFAULT_CLOUD_API_VERSION = 1 # type: int
|
||||
DEFAULT_CLOUD_API_VERSION = "1" # type: str
|
||||
|
||||
try:
|
||||
from cura.CuraVersion import CuraCloudAPIRoot # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue