From aac398dab5c974ac60e8e40848c057f6207ae959 Mon Sep 17 00:00:00 2001 From: Israel Herraiz Date: Fri, 30 Aug 2024 09:55:14 +0200 Subject: [PATCH] Fix formatting issues (again) --- sdks/python/apache_beam/io/gcp/gcsio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/io/gcp/gcsio.py b/sdks/python/apache_beam/io/gcp/gcsio.py index 6e615e25906c..6b0470b82361 100644 --- a/sdks/python/apache_beam/io/gcp/gcsio.py +++ b/sdks/python/apache_beam/io/gcp/gcsio.py @@ -148,9 +148,9 @@ def __init__(self, storage_client=None, pipeline_options=None): google_cloud_options = pipeline_options.view_as(GoogleCloudOptions) self.enable_read_bucket_metric = getattr( - google_cloud_options, 'enable_bucket_read_metric_counter', False) + google_cloud_options, 'enable_bucket_read_metric_counter', False) self.enable_write_bucket_metric = getattr( - google_cloud_options, 'enable_bucket_write_metric_counter', False) + google_cloud_options, 'enable_bucket_write_metric_counter', False) self.client = storage_client self._rewrite_cb = None