File tree Expand file tree Collapse file tree
packages/google-cloud-pubsub/google/cloud/pubsub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525from grpc import insecure_channel
2626from grpc import StatusCode
2727
28- # pylint: disable=ungrouped-imports
2928from google .cloud ._helpers import _to_bytes
3029from google .cloud ._helpers import _pb_timestamp_to_rfc3339
3130from google .cloud .exceptions import Conflict
3231from google .cloud .exceptions import NotFound
33- # pylint: enable=ungrouped-imports
3432
3533
3634class _PublisherAPI (object ):
Original file line number Diff line number Diff line change 2525from google .cloud .pubsub .subscription import Subscription
2626from google .cloud .pubsub .topic import Topic
2727
28- # pylint: disable=ungrouped-imports
2928try :
3029 from google .cloud .pubsub ._gax import _PublisherAPI as GAXPublisherAPI
3130 from google .cloud .pubsub ._gax import _SubscriberAPI as GAXSubscriberAPI
3938 make_gax_subscriber_api = None
4039else :
4140 _HAVE_GAX = True
42- # pylint: enable=ungrouped-imports
4341
4442
4543_DISABLE_GAX = os .getenv (DISABLE_GRPC , False )
You can’t perform that action at this time.
0 commit comments