From fddd77e6fd9271dc817badeebb257064423a3c33 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 19 May 2022 17:27:49 -0700 Subject: [PATCH] Fix typehint typo --- scripts/wk/os/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/os/linux.py b/scripts/wk/os/linux.py index e76f37aa..49fedcec 100644 --- a/scripts/wk/os/linux.py +++ b/scripts/wk/os/linux.py @@ -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.