Skip to content

Commit 0c19bc1

Browse files
committed
Mypy fix
1 parent eee2cb3 commit 0c19bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coloraide/algebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ def interpolate(
11831183

11841184
if points and isinstance(points[0], Sequence):
11851185
return SPLINES[method](
1186-
cast('list[Vector]', points[:]),
1186+
points[:],
11871187
domain=domain,
11881188
extrapolate=extrapolate,
11891189
**kwargs

0 commit comments

Comments
 (0)