Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2023
1 parent 799bab5 commit 9b3e630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pygama/flow/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ def build_entry_list(
and save_output_columns
):
for_output.append(term)
col_tiers_dict[level] = self.get_tiers_for_col(cut_cols[level], merge_files=False)
col_tiers_dict[level] = self.get_tiers_for_col(
cut_cols[level], merge_files=False
)

if save_output_columns:
entry_cols += for_output
Expand Down

0 comments on commit 9b3e630

Please sign in to comment.