Skip to content

Commit c195b68

Browse files
authored
Merge pull request #2425 from tseaver/pylint-disable-ungrouped-imports
Disable pylint's 'ungrouped-imports' error.
2 parents 5eb4673 + 4a04678 commit c195b68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/google-cloud-logging/google/cloud/logging

packages/google-cloud-logging/google/cloud/logging/_gax.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@
2727
from google.protobuf.json_format import Parse
2828
from grpc import StatusCode
2929

30-
# pylint: disable=ungrouped-imports
3130
from google.cloud._helpers import _datetime_to_pb_timestamp
3231
from google.cloud._helpers import _pb_timestamp_to_rfc3339
3332
from google.cloud.exceptions import Conflict
3433
from google.cloud.exceptions import NotFound
35-
# pylint: enable=ungrouped-imports
3634

3735

3836
class _LoggingAPI(object):

0 commit comments

Comments
 (0)