-
Guilhem Saurel authoredGuilhem Saurel authored
patch-aa 940 B
From b0a7c68844def9f3da3b66ca6c7a2b305706bc3d Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Sat, 9 May 2020 11:40:01 +0200
Subject: [PATCH] typo
---
tests/appli-test-simple-seq-play.py.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/appli-test-simple-seq-play.py.cmake b/tests/appli-test-simple-seq-play.py.cmake
index 5f7b599..3630a03 100644
--- tests/appli-test-simple-seq-play.py.cmake
+++ tests/appli-test-simple-seq-play.py.cmake
@@ -3,7 +3,7 @@ from dynamic_graph.sot.core.matrix_util import matrixToTuple
from dynamic_graph.sot.tools import SimpleSeqPlay
from numpy import eye
-from dynamic_graph.sot.core.sot import import Task
+from dynamic_graph.sot.core.sot import Task
from dynamic_graph.sot.core.feature_generic FeatureGeneric
from dynamic_graph.sot.core.gain_adaptive import GainAdaptive
from dynamic_graph.sot.core.meta_tasks import setGain
--
2.26.2