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

Commit 6413627

Browse files
authored
Merge pull request #468 from GoogleCloudPlatform/nox-lint-per-sample
2 parents da093c3 + a88094f commit 6413627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/dataproc_e2e_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
submits a job to Dataproc that runs the pyspark file, then downloads
1717
the output logs from Cloud Storage and verifies the expected output."""
1818

19-
import create_cluster_and_submit_job
2019
from gcp.testing.flaky import flaky
2120

21+
import create_cluster_and_submit_job
22+
2223
CLUSTER_NAME = 'testcluster2'
2324
ZONE = 'us-central1-b'
2425

0 commit comments

Comments
 (0)