Skip to content

Commit 0d7a6c2

Browse files
hellovolcanoDilmi Wickramanayake
authored andcommitted
add daqmx and streamlit_echarts to mypy override
Signed-off-by: Valerie Gleason πŸ‘Œ <[email protected]>
1 parent 4583c7a commit 0d7a6c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€Žexamples/simple_graph/simple_graph_panel.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A Streamlit visualization panel for the simple_graph.py example script."""
22

33
import streamlit as st
4-
from streamlit_echarts import st_echarts # type: ignore
4+
from streamlit_echarts import st_echarts
55

66
import nipanel
77

β€Žpyproject.tomlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ strict = true
7777

7878
[[tool.mypy.overrides]]
7979
module = [
80-
# https://github.com/ni/hightime/issues/4 - Add type annotations
80+
# https://github.com/ni/nidaqmx-python/issues/209 - Support type annotations
8181
"hightime.*",
8282
"grpc.framework.foundation.*",
83+
"streamlit_echarts.*",
84+
"nidaqmx.*",
8385
]
8486
ignore_missing_imports = true
8587

0 commit comments

Comments
Β (0)