Skip to content

Commit fd4794a

Browse files
committed
Fix style issues in exception interceptor
1 parent 070ace8 commit fd4794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/ads/googleads/interceptors/exception_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
so it translates the error to a GoogleAdsFailure instance and raises it.
2020
"""
2121

22-
from typing import Any, Callable, Union
22+
from typing import Callable, Optional, Union
2323

2424
from google.protobuf.message import Message
2525
import grpc

0 commit comments

Comments
 (0)