Skip to content

Commit

Permalink
move sdk/basyx/aasx.py and fixed various imports
Browse files Browse the repository at this point in the history
  • Loading branch information
somsonson committed Nov 5, 2024
1 parent 11ee776 commit 00be415
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
File renamed without changes.
9 changes: 0 additions & 9 deletions sdk/basyx/adapter/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/test/adapter/aasx/example_aas.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from aas_core3 import types as model
from basyx.object_store import ObjectStore
import aas_core3.types as aas_types
from basyx.adapter.aasx import DictSupplementaryFileContainer
from basyx.aasx import DictSupplementaryFileContainer
from pathlib import Path


Expand Down
2 changes: 1 addition & 1 deletion sdk/test/adapter/aasx/test_aasx.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import pyecma376_2
from aas_core3 import types as model
from basyx.adapter import aasx
from basyx import aasx
from . import example_aas
from basyx.object_store import ObjectStore

Expand Down

0 comments on commit 00be415

Please sign in to comment.