From 609becdbecb4945aebd9d1503fe537a99ab40b4b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 17 Jun 2019 23:46:24 -0700 Subject: remove unnecessary math inclusions --- creator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/creator.py b/creator.py index 634277e..6debf7b 100644 --- a/creator.py +++ b/creator.py @@ -16,10 +16,11 @@ import sys import os.path import numpy as np -from math import sin, cos, tan, atan, sqrt, ceil +from math import sin, cos, atan, sqrt import bisect as bi import matplotlib.pyplot as plt + # This variable is required for main.py constant wing dimensions # to be passed to inheriting classes (Airfoil, Spar, Stringer, Rib). # This way, we don't have to redeclare our coordinates as parameters for -- cgit v1.2.3