Skip to content

Commit 5e4f7cc

Browse files
author
Nikita Grover
committed
Fix import order: google imports before apache_beam (isort)
1 parent b2fa5a0 commit 5e4f7cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
import uuid
2727

2828
import pytest
29-
from hamcrest.core.core.allof import all_of
30-
3129
from apache_beam.io.gcp import pubsub_it_pipeline
3230
from apache_beam.io.gcp.pubsub import PubsubMessage
3331
from apache_beam.io.gcp.pubsub import WriteToPubSub
@@ -36,6 +34,7 @@
3634
from apache_beam.testing import test_utils
3735
from apache_beam.testing.pipeline_verifiers import PipelineStateMatcher
3836
from apache_beam.testing.test_pipeline import TestPipeline
37+
from hamcrest.core.core.allof import all_of
3938

4039
INPUT_TOPIC = 'psit_topic_input'
4140
OUTPUT_TOPIC = 'psit_topic_output'

0 commit comments

Comments
 (0)