Skip to content

Commit

Permalink
requested review changes #1123
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Oct 18, 2023
1 parent 618147a commit ecef321
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/analysis/plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def analyze(
:param virtual_file_path: The virtual file paths, see :py:class:`~objects.file.FileObject`
:param analyses: A dictionary of dependent analysis
:return: The analysis results (if there are any).
:return: The analysis results if there are any.
"""

@final
Expand Down
1 change: 0 additions & 1 deletion src/test/unit/compare/compare_plugin_test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ def setup_test_fw(self):
self.fw_three = create_test_firmware(
device_name='dev_3', bin_path='container/test.cab', all_files_included_set=True
)
pass

0 comments on commit ecef321

Please sign in to comment.