Skip to content

Commit

Permalink
Fix failing macos pipeline (thanks Vikas!)
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Dec 4, 2024
1 parent f5ce4e7 commit adc2a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trestle/tasks/cis_xlsx_to_oscal_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def _get_tempdir(self) -> tempfile.TemporaryDirectory():
return tempfile.TemporaryDirectory()


@staticmethod
def compare(item1, item2):
"""Compare."""
# get parts
Expand Down

0 comments on commit adc2a4c

Please sign in to comment.