Skip to content

Commit 216ae3f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/tests/pose_tensorflow_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pose_format.tensorflow.masked.tensor import MaskedTensor as TensorflowMaskedTensor
1010
from pose_format.tensorflow.pose_body import TensorflowPoseBody
1111

12-
from .pose_test import _get_random_pose_object_with_tf_posebody, _create_pose_header
12+
from .pose_test import _create_pose_header
1313

1414

1515
def _create_random_tensorflow_data(frames_min: Optional[int] = None,

0 commit comments

Comments
 (0)