Skip to content

Commit

Permalink
sdk/test/test_objectstore.py: fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
somsonson committed Sep 2, 2024
1 parent d28e29e commit 12c5659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/test_objectstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import unittest

from sdk.basyx.object_store import ObjectStore, ObjectProviderMultiplexer
from basyx.object_store import ObjectStore, ObjectProviderMultiplexer
from aas_core3.types import Identifiable, AssetAdministrationShell, AssetInformation, AssetKind # type: ignore
import aas_core3.types as aas_types # type: ignore

Expand Down

0 comments on commit 12c5659

Please sign in to comment.