mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix typevar typing issue
This commit is contained in:
parent
56f0a341bc
commit
36191fbe0f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ from .Models.CloudPrintJobResponse import CloudPrintJobResponse
|
|||
|
||||
|
||||
## The generic type variable used to document the methods below.
|
||||
CloudApiClientModel = TypeVar("Model", bound = BaseModel)
|
||||
CloudApiClientModel = TypeVar("CloudApiClientModel", bound = BaseModel)
|
||||
|
||||
|
||||
## The cloud API client is responsible for handling the requests and responses from the cloud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue