Skip to content

Commit 9c6e6ec

Browse files
committed
fix(tests): correctly import
1 parent 216ae3f commit 9c6e6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/tests/pose_tf_graph_mode_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import tensorflow as tf
44

5-
from .pose_test import _get_random_pose_object_with_tf_posebody
5+
from .pose_tensorflow_test import _get_random_pose_object_with_tf_posebody
66

77

88
class TestPose(TestCase):

0 commit comments

Comments
 (0)