Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update interest.py
  • Loading branch information
cclauss authored Jun 18, 2023
commit 43f8b2dd61a58cad4b6ee4a55d587331f98be01c
2 changes: 1 addition & 1 deletion financial/interest.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ def apr_interest(


if __name__ == "__main__":
import doctest
import doctest

doctest.testmod()