Skip to content

Commit

Permalink
fix chunk_size typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Feb 7, 2024
1 parent aece02d commit d8aa858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/neuroglancer/write_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(
annotation_type: AnnotationType,
relationships: Sequence[str] = (),
properties: Sequence[viewer_state.AnnotationPropertySpec] = (),
chunk_size: Union[int, Sequence[int]] = 256,
chunk_size: Union[float, Sequence[float]] = 256,
):
"""Initializes an `AnnotationWriter`.
Expand Down

0 comments on commit d8aa858

Please sign in to comment.