Skip to content

Commit d7dddc8

Browse files
committed
mypy fail test
1 parent aad8d4f commit d7dddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathPlanning/BSplinePath/bspline_path.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import scipy.interpolate as scipy_interpolate
1212

1313

14-
def approximate_b_spline_path(x: list, y: list, n_path_points: int,
14+
def approximate_b_spline_path(x: int, y: list, n_path_points: int,
1515
degree: int = 3) -> tuple:
1616
"""
1717
approximate points with a B-Spline path

0 commit comments

Comments
 (0)