Skip to content

Commit

Permalink
tutorial_serialization_deserialization: Fix missing import (#363)
Browse files Browse the repository at this point in the history
We add a missing import statement of `basyx.aas.adapter.json`. 

Fixes #352
  • Loading branch information
Frosty2500 authored Jan 6, 2025
1 parent 899f401 commit e3905e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from basyx.aas import model
import basyx.aas.adapter.xml
import basyx.aas.adapter.json

# 'Details of the Asset Administration Shell' specifies multiple official serialization formats for AAS data. In this
# tutorial, we show how the Eclipse BaSyx Python library can be used to serialize AAS objects into JSON or XML and to
Expand Down

0 comments on commit e3905e3

Please sign in to comment.