Skip to content

Commit 83fea49

Browse files
Use isaaclab.utils.configclass.configclass in FrameView test
Mirrors the same fix applied to the contact sensor cfg/test; develop's isaaclab.utils no longer re-exports configclass as a callable, so the test's @configclass decorator needs the explicit module import.
1 parent 43ca258 commit 83fea49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/isaaclab_ovphysx/test/sim/test_views_xform_prim_ovphysx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_view_raises_before_physics_ready():
7676

7777
from isaaclab.assets import RigidObjectCfg # noqa: E402
7878
from isaaclab.scene import InteractiveScene, InteractiveSceneCfg # noqa: E402
79-
from isaaclab.utils import configclass # noqa: E402
79+
from isaaclab.utils.configclass import configclass # noqa: E402
8080

8181

8282
@configclass

0 commit comments

Comments
 (0)