Remove unused import & whitespace

This commit is contained in:
Paul Makepeace 2011-06-10 12:43:48 +00:00
parent bbb1a374f3
commit 294f3f2690
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ GOOGLE_REFINE_HOST and GOOGLE_REFINE_PORT.
import unittest
from google.refine import refine
from google.refine import facet
from tests import refinetest
@ -54,6 +53,6 @@ class RefineTest(refinetest.RefineTestCase):
self.assertTrue('email' in line)
fp.close()
if __name__ == '__main__':
unittest.main()