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']