mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-04 07:06:39 +00:00
Fix typing
This commit is contained in:
parent
67c8486c9b
commit
8ea6548710
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue