Skip to content

Commit 8ab4033

Browse files
Update data_structures/stacks/stock_span_problem.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 136bf70 commit 8ab4033

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

0 commit comments

Comments
 (0)