Fix mypy type errors in reporting module
This commit is contained in:
@@ -84,6 +84,8 @@ disallow_incomplete_defs = true
|
||||
module = [
|
||||
"streamlit.*",
|
||||
"plotly.*",
|
||||
"weasyprint.*",
|
||||
"matplotlib.*",
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user