Skip to content
Open
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
Fix: Clean whitespace and formatting
  • Loading branch information
Sean-Randall committed May 11, 2025
commit 9ed325d592d47a5d6b51fb88e81c308efe2b335c
3 changes: 1 addition & 2 deletions maths/special_numbers/kaprekar_number.py
Original file line number Diff line number Diff line change
@@ -31,5 +31,4 @@

if __name__ == "__main__":
import doctest

doctest.testmod()
doctest.testmod()

Check failure on line 34 in maths/special_numbers/kaprekar_number.py

GitHub Actions / ruff

Ruff (W292)

maths/special_numbers/kaprekar_number.py:34:22: W292 No newline at end of file
Loading
Oops, something went wrong.