Skip to content

Commit 4fefa5b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6bbdd98 commit 4fefa5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/area.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,3 @@ def area_reg_polygon(sides: int, length: float) -> float:
636636
print(f"Equilateral Triangle: {area_reg_polygon(3, 10) = }")
637637
print(f"Square: {area_reg_polygon(4, 10) = }")
638638
print(f"Reqular Pentagon: {area_reg_polygon(5, 10) = }")
639-

0 commit comments

Comments
 (0)