Skip to content

Commit

Permalink
Fix error introduced while merging #2029.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 28, 2016
1 parent 34c5939 commit b10ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/bigquery/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_run_w_alternate_client(self):
self._verifyResourceProperties(query, RESOURCE)

def test_run_w_inline_udf(self):
from gcloud.bigquery.query import UDFResource
from gcloud.bigquery.job import UDFResource
INLINE_UDF_CODE = 'var someCode = "here";'
PATH = 'projects/%s/queries' % self.PROJECT
RESOURCE = self._makeResource(complete=False)
Expand Down

0 comments on commit b10ea2c

Please sign in to comment.