Skip to content

Commit

Permalink
fix: Added missing import into logger.py (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng committed May 23, 2024
1 parent 78168a3 commit 9ca242d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/logging_v2/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from google.api_core.exceptions import InvalidArgument
from google.rpc.error_details_pb2 import DebugInfo

import google.cloud.logging_v2
import google.protobuf.message

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

0 comments on commit 9ca242d

Please sign in to comment.