Skip to content

Commit

Permalink
make type hints compatible with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-georgiev committed Nov 2, 2023
1 parent 61d4f07 commit 789e1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def get_max_chunk_size(
batch_size: int,
) -> tuple[int, list]:
):
max_chunk_size = np.iinfo(np.uint32).max // batch_size
return max_chunk_size

Expand Down

0 comments on commit 789e1cb

Please sign in to comment.