Skip to content

Commit 9ca242d

Browse files
authored
fix: Added missing import into logger.py (#896)
1 parent 78168a3 commit 9ca242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/logging_v2/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from google.api_core.exceptions import InvalidArgument
3030
from google.rpc.error_details_pb2 import DebugInfo
3131

32+
import google.cloud.logging_v2
3233
import google.protobuf.message
3334

3435
_GLOBAL_RESOURCE = Resource(type="global", labels={})

0 commit comments

Comments
 (0)