Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit a4da1b5

Browse files
committed
fix: typing
1 parent cacee0b commit a4da1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kinematic_chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_vector() -> None:
2828
"""Test."""
2929
link = RevoluteMDHLink()
3030
kc = MDHKinematicChain([link])
31-
np.testing.assert_allclose(kc.vector, link.vector)# type: ignore
31+
np.testing.assert_allclose(kc.vector, link.vector) # type: ignore
3232

3333

3434
def test_repr() -> None:

0 commit comments

Comments
 (0)