Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 23, 2024
1 parent 8f4e5aa commit bf4efa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/logging_v2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
_GKE_RESOURCE_TYPE,
_GCF_RESOURCE_TYPE,
_RUN_RESOURCE_TYPE,
_CLOUD_RUN_JOB_RESOURCE_TYPE
_CLOUD_RUN_JOB_RESOURCE_TYPE,
)

from google.cloud.logging_v2.logger import Logger
Expand Down
4 changes: 3 additions & 1 deletion tests/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,9 @@ def test_get_default_handler_container_engine(self):
def test_get_default_handler_cloud_run_jobs(self):
import os
from google.cloud._testing import _Monkey
from google.cloud.logging_v2.handlers._monitored_resources import _CLOUD_RUN_JOB_ENV_VARS
from google.cloud.logging_v2.handlers._monitored_resources import (
_CLOUD_RUN_JOB_ENV_VARS,
)
from google.cloud.logging.handlers import StructuredLogHandler

credentials = _make_credentials()
Expand Down

0 comments on commit bf4efa9

Please sign in to comment.