Commit 219c7c2
committed
fix: Ignore pyright errors for dynamic imports in test_integration.py
- Use type: ignore to suppress import errors for dynamically added modules
- Auto-format code with ruff
This resolves the remaining pre-commit pyright failures for the integration test file
where modules are dynamically imported from multiprocessing context.1 parent 56cccb2 commit 219c7c2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments