Skip to content

Commit

Permalink
challenge_28
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Glucose committed Jan 9, 2025
1 parent 677b768 commit bcbcca6
Showing 1 changed file with 1 addition and 1 deletion.
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 solutions.challenge_28.perfect_numbers import ( # type: ignore
from solutions.challenge_28.perfect_numbers import (
get_divisors,
is_perfect_number,
perfect_numbers_in_range,
Expand Down

0 comments on commit bcbcca6

Please sign in to comment.