using pathlib based local module import (#722)

* using pathlib based local module import

* remove unused import
This commit is contained in:
Atsushi Sakai
2022-09-11 07:21:37 +09:00
committed by GitHub
parent 1ff3095c14
commit 76b0d04a3c
39 changed files with 142 additions and 245 deletions

View File

@@ -1,5 +1,5 @@
import conftest # Add root path to sys.path
from PathPlanning.LQRPlanner import LQRplanner as m
from PathPlanning.LQRPlanner import lqr_planner as m
def test_1():