Commit ef72f87
committed
fix: Add noqa comment for intentional E402 in test_utils.py
The knowledge_utils import must come after sys.path modification,
which is intentional. Add noqa comment to suppress E402 error.1 parent 25f9e28 commit ef72f87
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments