Skip to content

Commit

Permalink
28-perfect-numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Glucose committed Jan 9, 2025
1 parent a530d65 commit 2a366fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 99 deletions.
48 changes: 0 additions & 48 deletions solutions/challenge_28/test_perfect_numbers.py

This file was deleted.

50 changes: 0 additions & 50 deletions solutions/tests/challenge_28/perfect_numbers.py

This file was deleted.

2 changes: 1 addition & 1 deletion solutions/tests/challenge_28/test_perfect_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import unittest

from perfect_numbers import ( # type: ignore
from solutions.challenge_28.perfect_numbers import ( # type: ignore
get_divisors,
is_perfect_number,
perfect_numbers_in_range,
Expand Down

0 comments on commit 2a366fc

Please sign in to comment.