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 dbd683f commit 0f54c47Copy full SHA for 0f54c47
src/opengeodeweb_viewer/rpc/utils_protocols.py
@@ -1,12 +1,13 @@
1
+# type: ignore
2
# Standard library imports
3
import os
4
5
# Third party imports
-from wslink import register as exportRpc # type: ignore
6
+from wslink import register as exportRpc
7
8
# Local application imports
9
from opengeodeweb_viewer.utils_functions import get_schemas_dict
-from opengeodeweb_viewer.vtk_protocol import VtkView # type: ignore
10
+from opengeodeweb_viewer.vtk_protocol import VtkView
11
12
13
class VtkUtilsView(VtkView):
0 commit comments