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 f366893 commit 92fd9bbCopy full SHA for 92fd9bb
src/opengeodeweb_viewer/rpc/utils_protocols.py
@@ -1,9 +1,8 @@
1
-# type: ignore
2
# Standard library imports
3
import os
4
5
# Third party imports
6
-from wslink import register as exportRpc
+from wslink import register as exportRpc # type: ignore
7
8
# Local application imports
9
from opengeodeweb_microservice.schemas import get_schemas_dict
0 commit comments