Skip to content

Commit f069399

Browse files
fixed black
1 parent ca82ab2 commit f069399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/area.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def circle_area(radius: float) -> float:
66
0.0
77
"""
88
import math
9+
910
return math.pi * radius * radius
1011

1112

0 commit comments

Comments
 (0)