Skip to content

Commit 3622cd8

Browse files
cleanup
1 parent 359eb6f commit 3622cd8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,6 @@
99
from opengeodeweb_viewer.vtk_protocol import VtkView
1010

1111

12-
class VtkUtilsView(VtkView):
13-
utils_prefix = "opengeodeweb_viewer."
14-
utils_schemas_dict = get_schemas_dict(
15-
os.path.join(os.path.dirname(__file__), "schemas")
16-
)
17-
18-
def __init__(self) -> None:
19-
super().__init__()
20-
21-
@exportRpc(utils_prefix + utils_schemas_dict["kill"]["rpc"])
22-
# Standard library imports
23-
import os
24-
25-
# Third party imports
26-
from wslink import register as exportRpc # type: ignore
27-
28-
# Local application imports
29-
from opengeodeweb_microservice.schemas import get_schemas_dict
30-
from opengeodeweb_viewer.vtk_protocol import VtkView
31-
32-
3312
class VtkUtilsView(VtkView):
3413
utils_prefix = "opengeodeweb_viewer."
3514
utils_schemas_dict = get_schemas_dict(

0 commit comments

Comments
 (0)