Skip to content

Commit 925517a

Browse files
committed
fix(api-core): sort imports in requests.py to satisfy flake8
1 parent b9e2c62 commit 925517a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-api-core/google/api_core/gapic_v1

packages/google-api-core/google/api_core/gapic_v1/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
if they are not already set.
2222
"""
2323

24-
import uuid
2524
from typing import Union
25+
import uuid
2626

2727
import google.protobuf.message
2828

0 commit comments

Comments
 (0)