We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7549183 commit 53392d1Copy full SHA for 53392d1
src/opengeodeweb_viewer/rpc/mesh/cells/cells_protocols.py
@@ -20,7 +20,7 @@ class VtkMeshCellsView(VtkMeshView):
20
os.path.join(os.path.dirname(__file__), "schemas")
21
)
22
23
- def __init__(self):
+ def __init__(self) -> None:
24
super().__init__()
25
26
@exportRpc(mesh_cells_prefix + mesh_cells_schemas_dict["visibility"]["rpc"])
0 commit comments