Fix typehint typo

This commit is contained in:
2Shirt 2022-05-19 17:27:49 -07:00
parent 0370ba213b
commit fddd77e6fd
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -18,7 +18,7 @@ UUID_CORESTORAGE = '53746f72-6167-11aa-aa11-00306543ecac'
# Functions # Functions
def build_volume_report(device_path=None) -> str: def build_volume_report(device_path=None) -> list:
"""Build volume report using lsblk, returns list. """Build volume report using lsblk, returns list.
If device_path is provided the report is limited to that device. If device_path is provided the report is limited to that device.