Skip to content

Commit 1affcfd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4986349 commit 1affcfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pye3d/detector_3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def _predict_from_3d_search(
425425
if len(edges) <= 0:
426426
return no_result
427427

428-
(gaze_vector, pupil_radius, final_edges, edges_on_sphere) = search_on_sphere(
428+
gaze_vector, pupil_radius, final_edges, edges_on_sphere = search_on_sphere(
429429
edges,
430430
best_guess.normal,
431431
best_guess.radius,

0 commit comments

Comments
 (0)