Make type field in lsblk required (#4655)
This commit is contained in:
parent
7fd4b4382b
commit
865ff3f65a
|
|
@ -1618,7 +1618,7 @@ class LsblkInfo(BaseModel):
|
|||
fsver: str | None
|
||||
fsavail: int | None
|
||||
fsuse_percentage: str | None = Field(alias='fsuse%')
|
||||
type: str | None # may be None for strange behavior with md devices
|
||||
type: str
|
||||
mountpoint: Path | None
|
||||
mountpoints: list[Path]
|
||||
fsroots: list[Path]
|
||||
|
|
|
|||
Loading…
Reference in New Issue