mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
using pathlib based local module import (#722)
* using pathlib based local module import * remove unused import
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user