We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8764d9 + ef9c3c9 commit 5c05b65Copy full SHA for 5c05b65
1 file changed
financial/depreciation.py
@@ -201,4 +201,5 @@ def sum_of_years_digits_depreciation(useful_years: int,
201
202
if __name__ == "__main__":
203
import doctest
204
- doctest.testmod()
+
205
+ doctest.testmod()
0 commit comments