Skip to content

Commit c6bae7b

Browse files
committed
remove unsued import
1 parent 6e9daa5 commit c6bae7b

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
@@ -22,7 +22,7 @@
2222
"""
2323

2424
import uuid
25-
from typing import TYPE_CHECKING, Any, Union
25+
from typing import TYPE_CHECKING, Union
2626

2727
import google.protobuf.message
2828

0 commit comments

Comments
 (0)