8000 Merge pull request #1468 from tseaver/suppress-pylint-1.5.4-error · googleapis/google-cloud-python@6337db6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6337db6

Browse files
committed
Merge pull request #1468 from tseaver/suppress-pylint-1.5.4-error
Rename suppressed pylint error to match value expected by 1.5.4.
2 parents 4d94911 + 5e39ad1 commit 6337db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def _datetime_to_pb_timestamp(when):
389389

390390

391391
try:
392-
from pytz import UTC # pylint: disable=unused-import,wrong-import-position
392+
from pytz import UTC # pylint: disable=unused-import,wrong-import-order
393393
except ImportError:
394394
UTC = _UTC() # Singleton instance to be used throughout.
395395

0 commit comments

Comments
 (0)
0