Commit a4dac78
committed
fix(tracing): import APIError from scale_gp_beta public module (CI lint)
CI pyright reports reportPrivateImportUsage on
`from scale_gp_beta._exceptions import APIError` because the
`_exceptions` submodule is private. Re-export of `APIError` is
available at the package root, so use that instead.1 parent 82e2f8e commit a4dac78
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- src/agentex/lib/core/tracing/processors
- tests/lib/core/tracing/processors
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments