8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · TheAlgorithms/Python@ef9c3c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef9c3c9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

financial/depreciation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,5 @@ def sum_of_years_digits_depreciation(
202202

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

0 commit comments

Comments
 (0)
0