Fix imports

This commit is contained in:
lukew3
2020-10-20 13:32:34 -04:00
parent ed77e8b986
commit 4ca54936fb
3 changed files with 3 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ flake8
autopep8 autopep8
sympy sympy
numpy numpy
scipy

View File

@@ -1,4 +1,5 @@
from .__init__ import * from .__init__ import *
import scipy
from scipy.integrate import quad from scipy.integrate import quad

View File

@@ -1,9 +1,6 @@
import random
import math
import fractions
from .funcs import * from .funcs import *
from .__init__ import getGenList from .__init__ import getGenList
import scipy
genList = getGenList() genList = getGenList()