From 974e0a6e9561b145631fcbabb6b036be4485966e Mon Sep 17 00:00:00 2001 From: Aviv Faraj <73610201+avivfaraj@users.noreply.github.com> Date: Mon, 6 Sep 2021 13:08:33 -0400 Subject: [PATCH] Updated file according to pre-commit test --- physics/horizontal_projectile_motion.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/physics/horizontal_projectile_motion.py b/physics/horizontal_projectile_motion.py index 89d6f635f..7147da194 100644 --- a/physics/horizontal_projectile_motion.py +++ b/physics/horizontal_projectile_motion.py @@ -15,7 +15,9 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion """ # Importing packages -from math import pi, sin, radians as angle_to_radians +from math import pi +from math import radians as angle_to_radians +from math import sin # Acceleration Constant on hearth (unit m/s^2) g = 9.80665