Skip to content

Commit bf6998f

Browse files
committed
provide useless import for compatibility
1 parent 51bf42b commit bf6998f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dynamic_graph/sot/core/meta_tasks_kine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from dynamic_graph import plug
22
from dynamic_graph.sot.core import GainAdaptive, Task
33
from dynamic_graph.sot.core.meta_task_6d import MetaTask6d
4+
# TODO: this function is imported from meta_tasks_kine in several places, whereas it is defined in meta_tasks
5+
from dynamic_graph.sot.core.meta_tasks import gotoNd # noqa
46
from dynamic_graph.sot.core.meta_tasks import MetaTaskCom
57

68

0 commit comments

Comments
 (0)