Skip to content

Commit 76d97c9

Browse files
Update subset_generation.py
1 parent 463d0cb commit 76d97c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/stacks/stock_span_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
def calculation_span(price):
11+
def calculation_span(price: list[float]):
1212
"""
1313
Calculate the span values for a given list of stock prices.
1414
Args:

0 commit comments

Comments
 (0)