Commit efea046
Revert
Previously, `provider.py` imported `ServerAASFromJsonDecoder` directly
from `app.adapter`, which caused a circular import.
Reverted the import to use the `app.adapter` module reference instead,
accessing `adapter.ServerAASFromJsonDecoder` at the call site.
Co-authored-by: s-heppner <iat@s-heppner.com>ServerAASFromJsonDecoder direct import (#550)1 parent 2b3716a commit efea046
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments