Skip to content

Commit

Permalink
Fix an invalid import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercrouzet committed May 7, 2024
1 parent e105655 commit e04b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/omni.warp/omni/warp/nodes/tests/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy as np
import omni.graph.core as og
import omni.graph.tools.ogn as ogn
from omni.warp.nodes._impl.common import from_omni_graph_ptr
from omni.warp.nodes._impl.attributes import from_omni_graph_ptr

import warp as wp

Expand Down

0 comments on commit e04b5c6

Please sign in to comment.