Skip to content

Commit

Permalink
Remove npt typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jul 17, 2024
1 parent 21fe057 commit 8583b33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/adam/model/mj_factories/mj_joint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Dict, List, Optional

import numpy.typing as npt
from scipy.spatial.transform import Rotation

from adam.core.spatial_math import SpatialMath
Expand Down
1 change: 0 additions & 1 deletion src/adam/model/std_factories/std_joint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Union

import numpy.typing as npt
import urdf_parser_py.urdf

from adam.core.spatial_math import SpatialMath
Expand Down

0 comments on commit 8583b33

Please sign in to comment.