Skip to content

Commit

Permalink
chore: linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seankmartin committed Oct 22, 2024
1 parent b19dd7d commit a066566
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def volume_render(

# Create shared memory for the rendered image
shm_image = shared_memory.SharedMemory(
create=True, size=np.prod(volume_rendered_image_shape) * np.float32().itemsize
create=True,
size=np.prod(volume_rendered_image_shape) * np.float32().itemsize,
)

try:
Expand Down

0 comments on commit a066566

Please # to comment.