Skip to content

Commit 2c370cd

Browse files
committed
fix typing error
1 parent 46ff65a commit 2c370cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ ignore_missing_imports = true
6161
[[tool.mypy.overrides]]
6262
module = "PySide6.*"
6363
ignore_missing_imports = true
64+
65+
[[tool.mypy.overrides]]
66+
module = "candle_api.*"
67+
ignore_missing_imports = true

0 commit comments

Comments
 (0)