From db8cc698620916b1f298dbc56f7d33c179a10349 Mon Sep 17 00:00:00 2001 From: Lindsey Date: Fri, 17 Apr 2015 16:49:11 -0700 Subject: [PATCH] removed import of copy, not needed --- SimPEG/Problem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/SimPEG/Problem.py b/SimPEG/Problem.py index 4b940318..dff99a97 100644 --- a/SimPEG/Problem.py +++ b/SimPEG/Problem.py @@ -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):