Skip to content

Commit

Permalink
Fix for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 9, 2020
1 parent 6289a30 commit 4dc1059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgviz/_io/_pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .pyglet_threaded_image_viewer import PygletThreadedImageViewer
except Exception:

class PygletThreadedImageViewer(object):
class PygletThreadedImageViewer(object): # type: ignore

def __init__(*args, **kwargs):
from .pyglet_threaded_image_viewer import PygletThreadedImageViewer

0 comments on commit 4dc1059

Please sign in to comment.