Cleanup unused imports

This commit is contained in:
David Menéndez Hurtado 2015-09-04 14:43:34 +02:00
parent 296e4b078d
commit 6916c48b14

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