Skip to content

Commit 53392d1

Browse files
typing
1 parent 7549183 commit 53392d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/rpc/mesh/cells/cells_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class VtkMeshCellsView(VtkMeshView):
2020
os.path.join(os.path.dirname(__file__), "schemas")
2121
)
2222

23-
def __init__(self):
23+
def __init__(self) -> None:
2424
super().__init__()
2525

2626
@exportRpc(mesh_cells_prefix + mesh_cells_schemas_dict["visibility"]["rpc"])

0 commit comments

Comments
 (0)