mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2647e5cda8
commit
556cd59918
@ -283,5 +283,6 @@ class Square(Rectangle):
|
||||
def area(self) -> float:
|
||||
return super().area()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
__import__("doctest").testmod()
|
||||
|
Loading…
x
Reference in New Issue
Block a user