Skip to content

Commit 0f54c47

Browse files
test
1 parent dbd683f commit 0f54c47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
# type: ignore
12
# Standard library imports
23
import os
34

45
# Third party imports
5-
from wslink import register as exportRpc # type: ignore
6+
from wslink import register as exportRpc
67

78
# Local application imports
89
from opengeodeweb_viewer.utils_functions import get_schemas_dict
9-
from opengeodeweb_viewer.vtk_protocol import VtkView # type: ignore
10+
from opengeodeweb_viewer.vtk_protocol import VtkView
1011

1112

1213
class VtkUtilsView(VtkView):

0 commit comments

Comments
 (0)