Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix import order lint errors
Browse files Browse the repository at this point in the history
Change-Id: Ieaf7237fc6f925daec46a07d2e81a452b841198a
  • Loading branch information
Jon Wayne Parrott committed Aug 19, 2016
1 parent da093c3 commit e2a59e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/snippets/dataproc_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
submits a job to Dataproc that runs the pyspark file, then downloads
the output logs from Cloud Storage and verifies the expected output."""

import create_cluster_and_submit_job
from gcp.testing.flaky import flaky

import create_cluster_and_submit_job

CLUSTER_NAME = 'testcluster2'
ZONE = 'us-central1-b'

Expand Down

0 comments on commit e2a59e9

Please sign in to comment.