Skip to content

Commit

Permalink
fix(doc): update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 28, 2024
1 parent 30215ea commit 80b2644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trame_vtklocal/widgets/vtklocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ def __init__(self, _elem_name, children=None, **kwargs):
self.server.enable_module(module)


__all__ = [
"LocalView",
]


def encode_blobs(blob_map):
result = {}
for key in blob_map:
Expand Down Expand Up @@ -211,3 +206,8 @@ def ref_name(self):
def get_wasm_id(self, vtk_object):
"""Return vtkObject id used within WASM scene manager"""
return self.object_manager.GetId(vtk_object)


__all__ = [
"LocalView",
]

0 comments on commit 80b2644

Please sign in to comment.