From 8aad7a596e1a5af03719aaf91bf48211896e830c Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Tue, 15 Feb 2011 11:49:00 -0700 Subject: [PATCH] removed unused import --- test/cubic2d.py | 2 -- test/quadratic2d.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/cubic2d.py b/test/cubic2d.py index c98a9eb..64c4694 100644 --- a/test/cubic2d.py +++ b/test/cubic2d.py @@ -2,8 +2,6 @@ import unittest -import math - from interp.baker import run_baker from interp.grid.DD import grid diff --git a/test/quadratic2d.py b/test/quadratic2d.py index a8802b6..bec768d 100644 --- a/test/quadratic2d.py +++ b/test/quadratic2d.py @@ -2,8 +2,6 @@ import unittest -import math - from interp.baker import run_baker from interp.grid.DD import grid