Skip to content

Commit

Permalink
Fix incorrect annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 26, 2024
1 parent ebfad63 commit 5b40af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_sample_granules(
granules: list,
sample_size: int,
max_granule_size: Union[int, float],
round_ndigits: int = None,
round_ndigits: int | None = None,
):
"""Return a list of randomly-sampled granules and their size in MB.
Expand Down

0 comments on commit 5b40af6

Please sign in to comment.