mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
Remove unused import & whitespace
This commit is contained in:
parent
bbb1a374f3
commit
294f3f2690
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user