Skip to content

Commit 0755aa6

Browse files
author
michaelawyu
authored
Update dataproc_e2e_test.py
1 parent 40b0042 commit 0755aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataproc/dataproc_e2e_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
import os
2020

21-
import submit_job_to_cluster
22-
2321
from gcp_devrel.testing.flaky import flaky
2422

23+
import submit_job_to_cluster
24+
2525
PROJECT = os.environ['GCLOUD_PROJECT']
2626
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2727
CLUSTER_NAME = 'testcluster3'

0 commit comments

Comments
 (0)