Skip to content

Commit 693db5f

Browse files
committed
Add type annotation to update_gradient_coordinate
1 parent 0fe3b9b commit 693db5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/plots/interactive_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def update_seed(value: int) -> Figure:
120120
*gradient_slider_inputs,
121121
prevent_initial_call=True,
122122
)
123-
def update_gradient_coordinate(*values) -> Figure:
123+
def update_gradient_coordinate(*values: str) -> Figure:
124124
values_ = [float(value) for value in values]
125125

126126
for j in range(len(values_) // 2):

0 commit comments

Comments
 (0)