mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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