Skip to content

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 29, 2024
1 parent 43bf7cc commit ab46b17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def get_database(self) -> nmdc.Database:
sample_data_by_id = groupby(
lambda sample: (
sample.get(BIOSAMPLE_UNIQUE_KEY_SLOT, "").strip(),
package_name
package_name,
),
concat(sample_data.values()),
)
Expand Down

0 comments on commit ab46b17

Please sign in to comment.