mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fix imports
This commit is contained in:
@@ -4,3 +4,4 @@ flake8
|
|||||||
autopep8
|
autopep8
|
||||||
sympy
|
sympy
|
||||||
numpy
|
numpy
|
||||||
|
scipy
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
from .__init__ import *
|
from .__init__ import *
|
||||||
|
import scipy
|
||||||
from scipy.integrate import quad
|
from scipy.integrate import quad
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user