Skip to content

Commit 5c05b65

Browse files
Merge branch 'master' of github.com:michaelnathanroberts/TheAlgorithmsPython
2 parents a8764d9 + ef9c3c9 commit 5c05b65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

financial/depreciation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,5 @@ def sum_of_years_digits_depreciation(useful_years: int,
201201

202202
if __name__ == "__main__":
203203
import doctest
204-
doctest.testmod()
204+
205+
doctest.testmod()

0 commit comments

Comments
 (0)