Skip to content

Commit

Permalink
Update widget.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm authored Jan 10, 2024
1 parent 9f97392 commit 0d63b11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nglview/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,8 @@ def __init__(self,
parameters=None,
gui=False,
theme='default',
default=True,
**kwargs):
super().__init__(**kwargs)
default=True):
super().__init__()

self._gui = None
self._init_gui = gui
Expand Down

0 comments on commit 0d63b11

Please sign in to comment.