Skip to content

Commit 9cd43d9

Browse files
committed
reformat
1 parent 53b067f commit 9cd43d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_cluster_config(reference_genome: ReferenceGenome, run_id: str):
4040
'REFERENCE_GENOME': reference_genome.value,
4141
'PIPELINE_RUNNER_APP_VERSION': Env.PIPELINE_RUNNER_APP_VERSION,
4242
},
43-
'internal_ip_only': False, # Recent change with 2.2 dataproc images.
43+
'internal_ip_only': False, # Recent change with 2.2 dataproc images.
4444
'service_account': service_account_credentials.service_account_email,
4545
'service_account_scopes': service_account_credentials.scopes,
4646
},

0 commit comments

Comments
 (0)