Commit e5ae350
Fix remaining import errors in test_imports.py: use relative imports for interceptor and workflows
- Changed 'from interceptor import' to 'from .interceptor import'
- Changed 'from workflows import' to 'from .workflows import'
- This resolves pytest collection error: ModuleNotFoundError: No module named 'interceptor'
- All imports in test_imports.py now use relative imports consistently
- Local lint and test checks pass completely
Co-Authored-By: deepika awasthi <deepika.awasthi@temporal.io>1 parent fd7d229 commit e5ae350
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments