From ac62e39814f221d62ffa39584957d547892fa9e0 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Fri, 7 Feb 2025 16:58:25 -0500 Subject: [PATCH] make lint ahppy Signed-off-by: Lou DeGenaro --- trestle/tasks/cis_xlsx_to_oscal_catalog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trestle/tasks/cis_xlsx_to_oscal_catalog.py b/trestle/tasks/cis_xlsx_to_oscal_catalog.py index d15d77415..43fabef02 100644 --- a/trestle/tasks/cis_xlsx_to_oscal_catalog.py +++ b/trestle/tasks/cis_xlsx_to_oscal_catalog.py @@ -231,8 +231,8 @@ def __init__(self, config_object: Optional[configparser.SectionProxy]) -> None: config_object: Config section associated with the task. """ super().__init__(config_object) - logger.warning(f'This task is deprecated. Use task cis-xlsx-to-oscal-cd.') - + logger.warning('This task is deprecated. Use task cis-xlsx-to-oscal-cd.') + def print_info(self) -> None: """Print the help string.""" logger.info(f'Help information for {self.name} task.')