Skip to content

Commit

Permalink
Fix formatting issues (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
iht committed Aug 30, 2024
1 parent b0caa79 commit aac398d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/io/gcp/gcsio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aac398d

Please sign in to comment.