Skip to content

Commit

Permalink
make lint ahppy
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Feb 7, 2025
1 parent 0887e2d commit ac62e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trestle/tasks/cis_xlsx_to_oscal_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit ac62e39

Please sign in to comment.