diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py index a97eb7b..2ea2a17 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py @@ -4,8 +4,8 @@ from uuid import UUID import pytest -import raillabel.format.understand_ai as uai_format -from raillabel.format.understand_ai._translation import translate_class_id +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit.format.understand_ai._translation import translate_class_id # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py index 8f2d74d..b72a4b3 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py @@ -4,8 +4,8 @@ from uuid import UUID import pytest -import raillabel.format.understand_ai as uai_format -from raillabel.format.understand_ai._translation import translate_class_id +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit.format.understand_ai._translation import translate_class_id # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py index 714ef0f..9cc3cb3 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py index b4bdde8..f27cc32 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py @@ -2,8 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format -from raillabel._util._warning import _WarningsLogger +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit._util._warning import _WarningsLogger # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py index fa58ec8..4e96e83 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py index de1b214..a482956 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py index c3a69de..c99d153 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py @@ -4,8 +4,8 @@ from uuid import UUID import pytest -import raillabel.format.understand_ai as uai_format -from raillabel.format.understand_ai._translation import translate_class_id +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit.format.understand_ai._translation import translate_class_id # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py index b4763fe..41d7c79 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py @@ -4,8 +4,8 @@ from uuid import UUID import pytest -import raillabel.format.understand_ai as uai_format -from raillabel.format.understand_ai._translation import translate_class_id +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit.format.understand_ai._translation import translate_class_id # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py index 861b720..b29992a 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py index 4c04b70..40894f3 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py @@ -2,8 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format -from raillabel._util._warning import _WarningsLogger +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit._util._warning import _WarningsLogger # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py index ee4e0c2..5395169 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py @@ -4,8 +4,8 @@ from uuid import UUID import pytest -import raillabel.format.understand_ai as uai_format -from raillabel.format.understand_ai._translation import translate_class_id +import raillabel_providerkit.format.understand_ai as uai_format +from raillabel_providerkit.format.understand_ai._translation import translate_class_id # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py index 313e0d1..58cbaa6 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py @@ -4,7 +4,7 @@ from decimal import Decimal import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures ========================= diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py index b523e28..319cad5 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 import pytest -import raillabel.format.understand_ai as uai_format +import raillabel_providerkit.format.understand_ai as uai_format # == Fixtures =========================