Merge pull request #227 from Dapid/clean_imports

Clean some imports
This commit is contained in:
mikecroucher 2015-09-04 18:18:01 +01:00
commit 61162e15fa

View file

@ -3,12 +3,8 @@
from __future__ import print_function
import numpy as np
from scipy import linalg, optimize
import Tango
import sys
import re
import numdifftools as ndt
import pdb
try:
#In Python 2, cPickle is faster. It does not exist in Python 3 but the underlying code is always used