Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Aug 28, 2024
1 parent 421397b commit 7796e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cg/services/order_validation_service/rules/sample/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def validate_organism_exists(


def validate_buffer_required(
order: OrderWithNonHumanSamples, **kwargs,
order: OrderWithNonHumanSamples,
**kwargs,
) -> list[ElutionBufferMissingError]:
errors: list[ElutionBufferMissingError] = []
for sample_index, sample in order.enumerated_samples:
Expand Down

0 comments on commit 7796e40

Please sign in to comment.