From a467398ed51605442449c24c667c3589202c8112 Mon Sep 17 00:00:00 2001 From: swedge Date: Sun, 23 Feb 2020 23:22:03 -0500 Subject: [PATCH] Fixes #7 --- test_gridding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_gridding.py b/test_gridding.py index c4eaae7a..cf31d35d 100644 --- a/test_gridding.py +++ b/test_gridding.py @@ -1,7 +1,7 @@ -import unitest +import unittest import regular_gridding -class RegularGriddingTestCase(unitest.TestCase): +class RegularGriddingTestCase(unittest.TestCase): #Do any setup if necessary. Run a takedown after tests if a setup was used. #def setup(self):