Commit fd7d229
Fix mypy import errors: use relative imports in test_imports.py
- Changed from absolute import 'from activities import' to relative import 'from .activities import'
- This resolves mypy errors: Module 'activities' has no attribute 'complex_failing_activity' and 'failing_activity'
- Follows the same import pattern used in workflows.py and other sample files
- All local lint checks now pass: black, isort, and mypy
Co-Authored-By: deepika awasthi <deepika.awasthi@temporal.io>1 parent 4055453 commit fd7d229
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments