diff --git a/samples/snippets/load_data_from_file_test.py b/samples/snippets/load_data_from_file_test.py index 9adc99dfe..eccefe038 100644 --- a/samples/snippets/load_data_from_file_test.py +++ b/samples/snippets/load_data_from_file_test.py @@ -11,9 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -import load_data_from_file import pytest +import load_data_from_file + DATASET_ID = 'test_dataset' TABLE_ID = 'test_import_table' diff --git a/samples/snippets/snippets_test.py b/samples/snippets/snippets_test.py index 34faa277f..0a52922b9 100644 --- a/samples/snippets/snippets_test.py +++ b/samples/snippets/snippets_test.py @@ -14,6 +14,7 @@ from gcloud import bigquery import pytest + import snippets