10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9647426 commit d046367Copy full SHA for d046367
src/google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py
@@ -18,18 +18,12 @@
18
from typing import Any
19
from typing import Dict
20
from typing import List
21
-from typing import Optional
22
-from typing import Union
23
24
# Google API client
25
from googleapiclient.discovery import build
26
-from googleapiclient.discovery import Resource
27
from googleapiclient.errors import HttpError
28
29
# Configure logging
30
-logging.basicConfig(
31
- format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
32
-)
33
logger = logging.getLogger(__name__)
34
35
0 commit comments