Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Dec 22, 2021
1 parent da570c0 commit 23a288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement_primitives/dmp/_cartesian_dmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ._base import DMPBase
from ._forcing_term import ForcingTerm
from ._canonical_system import canonical_system_alpha
from ._dmp import (dmp_step_rk4, dmp_open_loop, dmp_imitate, ridge_regression,
from ._dmp import (dmp_open_loop, dmp_imitate, ridge_regression,
DMP_STEP_FUNCTIONS, DEFAULT_DMP_STEP_FUNCTION)


Expand Down

0 comments on commit 23a288b

Please sign in to comment.