Skip to content

Commit

Permalink
_load_data
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 28, 2024
1 parent 2c61e18 commit 1c7c101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nglview/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def add_component(self, filename, **kwargs):
self._update_component_auto_completion()
return self[-1]

def _load_data(self, obj, **kwargs):
def _load_data(self, obj, **kwargs):
"""
Parameters
----------
Expand Down

0 comments on commit 1c7c101

Please sign in to comment.