We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431c8ce commit 787f17aCopy full SHA for 787f17a
src/python/pose_format/utils/generic_test.py
@@ -1,7 +1,7 @@
1
from typing import List, get_args
2
import numpy as np
3
import pytest
4
-from pose_format import Pose
+from pose_format.pose import Pose
5
from pose_format.pose_header import PoseNormalizationInfo
6
from pose_format.utils.generic import (
7
detect_known_pose_format,
0 commit comments