10000 chore: Removes logging config in tools/google_api_tool/googleapi_to_o… · Syntax404-coder/adk-python@d046367 · GitHub
[go: up one dir, main page]

Skip to content

Commit d046367

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: Removes logging config in tools/google_api_tool/googleapi_to_openapi_converter.py.
PiperOrigin-RevId: 758436692
1 parent 9647426 commit d046367

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@
1818
from typing import Any
1919
from typing import Dict
2020
from typing import List
21-
from typing import Optional
22-
from typing import Union
2321

2422
# Google API client
2523
from googleapiclient.discovery import build
26-
from googleapiclient.discovery import Resource
2724
from googleapiclient.errors import HttpError
2825

2926
# Configure logging
30-
logging.basicConfig(
31-
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
32-
)
3327
logger = logging.getLogger(__name__)
3428

3529

0 commit comments

Comments
 (0)
0