Skip to content

Commit 9b0909d

Browse files
Add typing and snake casing to maths/decimal_isolate.py (#7066)
1 parent 7ad6c64 commit 9b0909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/decimal_isolate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66

7-
def decimal_isolate(number, digit_amount):
7+
def decimal_isolate(number: float, digit_amount: int) -> float:
88

99
"""
1010
Isolates the decimal part of a number.

0 commit comments

Comments
 (0)