Skip to content

Commit b0f16f1

Browse files
committed
Readme
1 parent efcdb14 commit b0f16f1

File tree

1 file changed

+1
-1
lines changed
  • modules/dashboards/project_health/streamlit/project_health_dashboard

1 file changed

+1
-1
lines changed

modules/dashboards/project_health/streamlit/project_health_dashboard/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from datetime import datetime
1313

1414
try:
15-
import pyodide_http
15+
import pyodide_http # type: ignore[import-untyped]
1616
pyodide_http.patch_all()
1717
except ImportError:
1818
pass

0 commit comments

Comments
 (0)