Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Nov 9, 2023
1 parent b19ca49 commit 49c2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/prims/cloth_prim.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pxr import UsdPhysics, Gf, Vt, PhysxSchema
from pxr.Sdf import ValueTypeNames as VT

from omni.isaac.core.prims.soft import ClothPrimView
from omni.isaac.core.prims import ClothPrimView

from omnigibson.macros import create_module_macros, gm
from omnigibson.prims.geom_prim import GeomPrim
Expand Down

0 comments on commit 49c2ddf

Please sign in to comment.