mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix copyright headers and code style a bit
Contributes to issue CURA-9146.
This commit is contained in:
parent
9a3d089bd9
commit
345f0ea41c
10 changed files with 20 additions and 8 deletions
|
@ -16,8 +16,8 @@ class CloudApiModel:
|
|||
|
||||
# https://api.ultimaker.com/cura-packages/v1/user/packages
|
||||
api_url_user_packages = "{cloud_api_root}/cura-packages/v{cloud_api_version}/user/packages".format(
|
||||
cloud_api_root=cloud_api_root,
|
||||
cloud_api_version=cloud_api_version,
|
||||
cloud_api_root = cloud_api_root,
|
||||
cloud_api_version = cloud_api_version,
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
@ -25,5 +25,5 @@ class CloudApiModel:
|
|||
"""https://api.ultimaker.com/cura-packages/v1/user/packages/{package_id}"""
|
||||
|
||||
return (CloudApiModel.api_url_user_packages + "/{package_id}").format(
|
||||
package_id=package_id
|
||||
package_id = package_id
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue