Skip to content

Commit d38f52c

Browse files
committed
fixed formatting
1 parent ebb4ebd commit d38f52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

physics/time_period_simple_pendulum.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"""
3333
from scipy.constants import g
3434

35+
3536
def time_period_simple_pendulum(length: float) -> float:
3637
"""
3738
>>> time_period_simple_pendulum(1.23)

0 commit comments

Comments
 (0)