Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Mar 11, 2024
1 parent 6cb0bf0 commit 9c4e87c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/neuroglancer/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def encode(self, source):
):
raise ValueError(
f"Expected attribute {name!r} to have shape {expected_shape!r}, but was: {attribute.shape!r}"
)
)
result.write(attribute.tobytes())
return result.getvalue()
Expand Down

0 comments on commit 9c4e87c

Please sign in to comment.