Skip to content

Commit

Permalink
Remove typing in pyglet_imshow
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Sep 6, 2021
1 parent 30b1035 commit 36939bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imgviz/_io/_pyglet/pyglet_imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


def pyglet_imshow(image, caption=None, interval=0.5):
# type: (np.ndarray, str, float) -> None
"""Show image with pyglet.
Parameters
Expand Down

0 comments on commit 36939bd

Please sign in to comment.