Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaguire committed Oct 18, 2023
1 parent 7c4d710 commit 99803c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hAMRonization/AmrFinderPlusIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,3 @@ def parse(self, handle):
if skipped_truncated > 0:
warnings.warn(f"Skipping {skipped_truncated} records with INTERNAL_STOP "
f"from {self.metadata['input_file_name']}")

1 change: 0 additions & 1 deletion hAMRonization/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ def summarize_reports(report_paths, summary_type, output_path=None):
file=sys.stderr,
)


# sort records by input_file_name, tool_config i.e. toolname, version,
# db_name, db_versions, and then within that by gene_symbol
combined_reports = combined_reports.sort_values(
Expand Down

0 comments on commit 99803c8

Please sign in to comment.