Skip to content

Commit af4b94f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 557624b commit af4b94f

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
@@ -681,4 +681,3 @@ def surface_area_reg_prism(sides: int, edge: float, height: float) -> float:
681681
print(f"Square: {area_reg_polygon(4, 10) = }")
682682
print(f"Reqular Pentagon: {area_reg_polygon(5, 10) = }")
683683
print(f"Regular Pentagonal Prism: {surface_area_reg_prism(5, 10, 15) = }")
684-

0 commit comments

Comments
 (0)