Skip to content

Commit

Permalink
fix: [yarascan] fix codestyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Aug 28, 2024
1 parent 94ee149 commit bba1ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_analysers_yarascan.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class TestAnalysersYarascan(SysdiagnoseTestCase):
def test_analyse_yarascan(self):
# FIXME we need to first create a yara rule


for case_id, case in self.sd.cases().items():
print(f"Running Yarascan for {case_id}")
# run the analyser
Expand Down

0 comments on commit bba1ae8

Please sign in to comment.