Fix typehint typo
This commit is contained in:
parent
0370ba213b
commit
fddd77e6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ UUID_CORESTORAGE = '53746f72-6167-11aa-aa11-00306543ecac'
|
|||
|
||||
|
||||
# Functions
|
||||
def build_volume_report(device_path=None) -> str:
|
||||
def build_volume_report(device_path=None) -> list:
|
||||
"""Build volume report using lsblk, returns list.
|
||||
|
||||
If device_path is provided the report is limited to that device.
|
||||
|
|
|
|||
Loading…
Reference in a new issue