remove extra import of unittest

This commit is contained in:
Lindsey Heagy
2016-07-21 11:56:49 -07:00
parent 20e80ed983
commit 910d4214b3
-2
View File
@@ -2,8 +2,6 @@ import numpy as np
import unittest
from SimPEG.Utils import mkvc
from SimPEG import Mesh, Tests
import unittest
MESHTYPES = ['uniformTensorMesh', 'randomTensorMesh']
TOLERANCES = [0.9, 0.5, 0.5]