Skip to content

Commit 8583b33

Browse files
committed
Remove npt typing
1 parent 21fe057 commit 8583b33

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/adam/model/mj_factories/mj_joint.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Dict, List, Optional
22

3-
import numpy.typing as npt
43
from scipy.spatial.transform import Rotation
54

65
from adam.core.spatial_math import SpatialMath

src/adam/model/std_factories/std_joint.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Union
22

3-
import numpy.typing as npt
43
import urdf_parser_py.urdf
54

65
from adam.core.spatial_math import SpatialMath

0 commit comments

Comments
 (0)