Skip to content

Commit 787f17a

Browse files
committed
fix import in generic_test.py
1 parent 431c8ce commit 787f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pose_format/utils/generic_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List, get_args
22
import numpy as np
33
import pytest
4-
from pose_format import Pose
4+
from pose_format.pose import Pose
55
from pose_format.pose_header import PoseNormalizationInfo
66
from pose_format.utils.generic import (
77
detect_known_pose_format,

0 commit comments

Comments
 (0)