Skip to content

Commit 5d05b32

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent abe1ae8 commit 5d05b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/amicable_numbers.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
False
1212
"""
1313

14+
1415
def amicable_numbers(first_number, second_number) -> bool:
1516
if first_number <= 1 or second_number <= 1:
1617
return False

0 commit comments

Comments
 (0)