Commit bfea990 1 parent cd15179 commit bfea990 Copy full SHA for bfea990
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1412,10 +1412,10 @@ class Fullscreen(DOMWidget):
1412
1412
_view_module = Unicode ("nglview-js-widgets" ).tag (sync = True )
1413
1413
_view_module_version = Unicode (__frontend_version__ ).tag (sync = True )
1414
1414
_model_name = Unicode ("FullscreenModel" ).tag (sync = True )
1415
- _model_module = Unicode ("nglview-js-widgets" ).tag (sync ( True ) )
1416
- _model_module_version = Unicode (__frontend_version__ ).tag (sync ( True ) )
1415
+ _model_module = Unicode ("nglview-js-widgets" ).tag (sync = True )
1416
+ _model_module_version = Unicode (__frontend_version__ ).tag (sync = True )
1417
1417
1418
- _is_fullscreen = Bool ().tag (sync ( True ) )
1418
+ _is_fullscreen = Bool ().tag (sync = True )
1419
1419
1420
1420
def __init__ (self , target , views ):
1421
1421
super ().__init__ ()
You can’t perform that action at this time.
0 commit comments