Skip to content

Commit

Permalink
dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Dec 4, 2024
1 parent 0bc5d2b commit a1a5f33
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions nglview/widget_molstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,9 @@

@widgets.register
class MolstarView(WidgetBase):
# Name of the widget view class in front-end
_view_name = Unicode('MolstarView').tag(sync=True)

# Name of the widget model class in front-end
_model_name = Unicode('MolstarModel').tag(sync=True)

# Name of the front-end module containing widget view
_view_module = Unicode('nglview-js-widgets').tag(sync=True)

# Name of the front-end module containing widget model
_model_module = Unicode('nglview-js-widgets').tag(sync=True)

# Version of the front-end module containing widget view
_view_module_version = Unicode(__frontend_version__).tag(sync=True)
# Version of the front-end module containing widget model
_model_module_version = Unicode(__frontend_version__).tag(sync=True)
frame = Integer().tag(sync=True)
loaded = Bool(False).tag(sync=False)
molstate = Dict().tag(sync=True)
Expand Down

0 comments on commit a1a5f33

Please sign in to comment.