From 847b7587a720f6f84f476a85e4786e5a4ac4709d Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 15 Dec 2022 17:24:35 -0800 Subject: [PATCH] Remove comment --- scripts/wk/hw/volumes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/wk/hw/volumes.py b/scripts/wk/hw/volumes.py index 707f1f15..92795003 100644 --- a/scripts/wk/hw/volumes.py +++ b/scripts/wk/hw/volumes.py @@ -20,7 +20,6 @@ LOG = logging.getLogger(__name__) # Functions def add_dev_line(test_obj, details) -> None: """Add device line to test report.""" - # TODO: Replace bytes_to_string with wk.hw.disk version ? if details is test_obj.dev: details = details.raw_details filesystem = details['fstype']