Skip to content

Commit ec36900

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

financial/present_value.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
Note: This algorithm assumes that cash flows are paid at the end of the specified year
99
"""
1010

11-
#adding a comment
11+
# adding a comment
12+
1213

1314
def present_value(discount_rate: float, cash_flows: list[float]) -> float:
1415
"""

0 commit comments

Comments
 (0)