Skip to content

Commit e825e6a

Browse files
author
Nikita Grover
committed
Fix formatting: remove trailing whitespace
1 parent 8a38d9c commit e825e6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/apache_beam/io/gcp/pubsub_integration_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _test_batch_write(self, with_attributes):
231231
from apache_beam.options.pipeline_options import PipelineOptions
232232
from apache_beam.options.pipeline_options import StandardOptions
233233
from apache_beam.transforms import Create
234-
234+
235235
# Create test messages for batch mode
236236
test_messages = [
237237
PubsubMessage(b'batch_data001', {'batch_attr': 'value1'}),
@@ -322,7 +322,7 @@ def test_batch_write_with_ordering_key(self):
322322
'(see https://github.com/apache/beam/issues/36201). '
323323
'Use apache_beam.io.external.gcp.pubsub.WriteToPubSub '
324324
'with publish_with_ordering_key=True instead.')
325-
325+
326326
from apache_beam.options.pipeline_options import PipelineOptions
327327
from apache_beam.options.pipeline_options import StandardOptions
328328
from apache_beam.transforms import Create

0 commit comments

Comments
 (0)