mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
Remove unused import & trailing whitespace
This commit is contained in:
parent
c21def528b
commit
bd44e16b07
@ -16,7 +16,6 @@ import os
|
||||
import unittest
|
||||
|
||||
from google.refine import refine
|
||||
from google.refine import facet
|
||||
|
||||
PATH_TO_TEST_DATA = os.path.join('tests', 'data')
|
||||
|
||||
@ -26,10 +25,10 @@ class RefineTestCase(unittest.TestCase):
|
||||
project_file_options = {}
|
||||
project = None
|
||||
# Section "2. Exploration using Facets": {1}, {2}
|
||||
|
||||
|
||||
def project_path(self):
|
||||
return os.path.join(PATH_TO_TEST_DATA, self.project_file)
|
||||
|
||||
|
||||
def setUp(self):
|
||||
self.server = refine.RefineServer()
|
||||
self.refine = refine.Refine(self.server)
|
||||
|
Loading…
x
Reference in New Issue
Block a user