Skip to content

Commit e285c42

Browse files
committed
add test
1 parent 6447ecc commit e285c42

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_reeds_shepp_path_planning.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from unittest import TestCase
2-
# from PathPlanning.ReedsSheppPath import reeds_shepp_path_planning
3-
import math
2+
from PathPlanning.ReedsSheppPath import reeds_shepp_path_planning as m
43

54

65
class Test(TestCase):

0 commit comments

Comments
 (0)