Skip to content

Commit

Permalink
style(python): fix formatting issue due to ruff version change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Jan 8, 2024
1 parent 0569ae3 commit 46b5cdd
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 @@ -56,7 +56,7 @@ def _get_dtype_for_geometry(annotation_type: AnnotationType, rank: int):


def _get_dtype_for_properties(
properties: Sequence[viewer_state.AnnotationPropertySpec]
properties: Sequence[viewer_state.AnnotationPropertySpec],
):
dtype = []
offset = 0
Expand Down

0 comments on commit 46b5cdd

Please sign in to comment.