mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Fixed up final bit of mypy issues
CURA-5744
This commit is contained in:
parent
d0fc4878c2
commit
060ea0b762
5 changed files with 39 additions and 32 deletions
|
@ -46,7 +46,7 @@ class ResponseStatus(BaseModel):
|
|||
|
||||
# Response data template.
|
||||
class ResponseData(BaseModel):
|
||||
status = None # type: Optional[ResponseStatus]
|
||||
status = None # type: ResponseStatus
|
||||
data_stream = None # type: Optional[bytes]
|
||||
redirect_uri = None # type: Optional[str]
|
||||
content_type = "text/html" # type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue