Remove comment

This commit is contained in:
2Shirt 2022-12-15 17:24:35 -08:00
parent f753479708
commit 847b7587a7
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

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