Skip to content

Commit b88c111

Browse files
VtkView # type: ignore
1 parent 522ea5c commit b88c111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/vtk_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Local application imports
99

1010

11-
class VtkView(vtk_protocols.vtkWebProtocol):
11+
class VtkView(vtk_protocols.vtkWebProtocol): # type: ignore
1212
def __init__(self):
1313
super().__init__()
1414
self.DATA_FOLDER_PATH = os.getenv("DATA_FOLDER_PATH")

0 commit comments

Comments
 (0)