We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d94911 commit 5e39ad1Copy full SHA for 5e39ad1
1 file changed
gcloud/_helpers.py
@@ -389,7 +389,7 @@ def _datetime_to_pb_timestamp(when):
389
390
391
try:
392
- from pytz import UTC # pylint: disable=unused-import,wrong-import-position
+ from pytz import UTC # pylint: disable=unused-import,wrong-import-order
393
except ImportError:
394
UTC = _UTC() # Singleton instance to be used throughout.
395
0 commit comments