Fix typing

graphql
Inex Code 2022-07-30 18:01:51 +03:00
parent 67c8486c9b
commit 8ea6548710
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ class StorageVolume:
used_space: str
root: bool
name: str
model: str
serial: str
model: typing.Optional[str]
serial: typing.Optional[str]
type: str