Skip to content

Commit

Permalink
chore: uv lock and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Dec 5, 2024
1 parent a7401c3 commit 35cb9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mokapot/tabular_data/target_decoy_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(
self.decoy_column = decoy_column
self.output_columns = writers[0].get_column_names()

assert (target_column is None) != (
decoy_column is None
), "Exactly one of `target_column` and `decoy_column` must be given"
assert (target_column is None) != (decoy_column is None), (
"Exactly one of `target_column` and `decoy_column` must be given"
)

def initialize(self):
for writer in self.writers:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35cb9d8

Please sign in to comment.