8000 fix type checking · CAP1Sup/robotics-toolbox-python@658af89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 658af89

Browse files
committed
fix type checking
1 parent 0714e2d commit 658af89

File tree

1 file changed

+1
-1
lines changed
  • roboticstoolbox/robot

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/ET.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from fknm import ET_T, ET_init, ET_update
2222
from spatialmath.base import getvector
2323
from spatialmath import SE3, SE2
24-
from typing import Optional, Callable, Union, TYPE_CHECKING, Type, NewType
24+
from typing import Optional, Callable, Union, TYPE_CHECKING
2525

2626
ArrayLike = Union[list, ndarray, tuple, set]
2727

0 commit comments

Comments
 (0)
0