Skip to content

Commit 5854d54

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

physics/escape_velocity.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import math
2+
3+
24
# Escape velocity calculator script
35
# Minor change to trigger pull request again
46
def escape_velocity(mass: float, radius: float) -> float:
@@ -46,8 +48,8 @@ def escape_velocity(mass: float, radius: float) -> float:
4648

4749

4850
if __name__ == "__main__":
49-
5051
import doctest
52+
5153
doctest.testmod()
5254
print("Calculate escape velocity of a celestial body...\n")
5355

0 commit comments

Comments
 (0)