Skip to content

Commit 5e39ad1

Browse files
committed
Rename suppressed pylint error to match value expected by 1.5.4.
1 parent 4d94911 commit 5e39ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)