Skip to content

Revert ServerAASFromJsonDecoder direct import#550

Merged
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:Fix/CircularImports
May 19, 2026
Merged

Revert ServerAASFromJsonDecoder direct import#550
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:Fix/CircularImports

Conversation

@Ornella33
Copy link
Copy Markdown
Contributor

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.

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.
@s-heppner s-heppner merged commit efea046 into eclipse-basyx:develop May 19, 2026
13 checks passed
@s-heppner s-heppner deleted the Fix/CircularImports branch May 19, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants