Skip to content

Commit 473f26c

Browse files
test
1 parent b88c111 commit 473f26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class VtkUtilsView(VtkView): # type: ignore
1515
os.path.join(os.path.dirname(__file__), "schemas")
1616
)
1717

18-
def __init__(self) -> None:
18+
def __init__(self) -> None: # type: ignore
1919
super().__init__()
2020

2121
@exportRpc(ogw_prefix + ogw_schemas_dict["kill"]["rpc"])
22-
def kill(self) -> None:
22+
def kill(self) -> None: # type: ignore
2323
print("Manual viewer kill, shutting down...", flush=True)
2424
os._exit(0)

0 commit comments

Comments
 (0)