Skip to content

Commit

Permalink
provide useless import for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 29, 2019
1 parent 51bf42b commit bf6998f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynamic_graph/sot/core/meta_tasks_kine.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from dynamic_graph import plug
from dynamic_graph.sot.core import GainAdaptive, Task
from dynamic_graph.sot.core.meta_task_6d import MetaTask6d
# TODO: this function is imported from meta_tasks_kine in several places, whereas it is defined in meta_tasks
from dynamic_graph.sot.core.meta_tasks import gotoNd # noqa
from dynamic_graph.sot.core.meta_tasks import MetaTaskCom


Expand Down

0 comments on commit bf6998f

Please sign in to comment.