removed import of copy, not needed

This commit is contained in:
Lindsey
2015-04-17 16:49:11 -07:00
parent f1fc90cb16
commit db8cc69862
-1
View File
@@ -1,7 +1,6 @@
import Utils, Survey, Models, numpy as np, scipy.sparse as sp
Solver = Utils.SolverUtils.Solver
import Maps, Mesh
import copy
class Fields(object):