Skip to content

Commit

Permalink
fix(Python): add name entry to Python itkwasm Image
Browse files Browse the repository at this point in the history
Added in itk-5.3rc4.post1
  • Loading branch information
thewtex committed Jul 8, 2022
1 parent 37f2216 commit cf08600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/itkwasm/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ class Image:
size: Sequence[int]
origin: Sequence[float]
spacing: Sequence[float]
direction: ArrayLike
direction: ArrayLike
name: str

0 comments on commit cf08600

Please sign in to comment.