Skip to content

Commit 556cd59

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2647e5c commit 556cd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geometry/geometry.py

+1
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,6 @@ def perimeter(self) -> float:
283283
def area(self) -> float:
284284
return super().area()
285285

286+
286287
if __name__ == "__main__":
287288
__import__("doctest").testmod()

0 commit comments

Comments
 (0)