From 067304acdbac043cf302a2eb006ee6c767341826 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 28 Jan 2020 21:38:19 +0900 Subject: [PATCH] reformat codes --- tests/test_dubins_path_planning.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_dubins_path_planning.py b/tests/test_dubins_path_planning.py index 72305530..f9349217 100644 --- a/tests/test_dubins_path_planning.py +++ b/tests/test_dubins_path_planning.py @@ -57,4 +57,3 @@ class Test(TestCase): start_x, start_y, start_yaw, end_x, end_y, end_yaw, curvature) self.check_edge_condition(px, py, pyaw, start_x, start_y, start_yaw, end_x, end_y, end_yaw) -