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 4583c7a commit 0d7a6c2Copy full SHA for 0d7a6c2
βexamples/simple_graph/simple_graph_panel.pyβ
@@ -1,7 +1,7 @@
1
"""A Streamlit visualization panel for the simple_graph.py example script."""
2
3
import streamlit as st
4
-from streamlit_echarts import st_echarts # type: ignore
+from streamlit_echarts import st_echarts
5
6
import nipanel
7
βpyproject.tomlβ
@@ -77,9 +77,11 @@ strict = true
77
78
[[tool.mypy.overrides]]
79
module = [
80
- # https://github.com/ni/hightime/issues/4 - Add type annotations
+ # https://github.com/ni/nidaqmx-python/issues/209 - Support type annotations
81
"hightime.*",
82
"grpc.framework.foundation.*",
83
+ "streamlit_echarts.*",
84
+ "nidaqmx.*",
85
]
86
ignore_missing_imports = true
87
0 commit comments