Skip to content

Commit 974e0a6

Browse files
authored
Updated file according to pre-commit test
1 parent bc31e3f commit 974e0a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

physics/horizontal_projectile_motion.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"""
1616

1717
# Importing packages
18-
from math import pi, sin, radians as angle_to_radians
18+
from math import pi
19+
from math import radians as angle_to_radians
20+
from math import sin
1921

2022
# Acceleration Constant on hearth (unit m/s^2)
2123
g = 9.80665

0 commit comments

Comments
 (0)