Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Nov 14, 2024
1 parent 1526504 commit f18332d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casanovo/data/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _peptide_generator(
if n_skipped > 0:
logger.warning(
"Skipped %d peptides with unknown amino acids", n_skipped
)
)


def _convert_from_modx(
Expand Down

0 comments on commit f18332d

Please sign in to comment.