mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-04 05:46:24 -06:00
chore: Batch organize imports with isort.
Command: `isort /src` PiperOrigin-RevId: 761644934
This commit is contained in:
committed by
Copybara-Service
parent
1807e73472
commit
1773cdab96
@@ -19,7 +19,8 @@ import binascii
|
||||
import copy
|
||||
import dataclasses
|
||||
import re
|
||||
from typing import List, Optional
|
||||
from typing import List
|
||||
from typing import Optional
|
||||
|
||||
from google.genai import types
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ from .base_code_executor import BaseCodeExecutor
|
||||
from .code_execution_utils import CodeExecutionInput
|
||||
from .code_execution_utils import CodeExecutionResult
|
||||
|
||||
|
||||
DEFAULT_IMAGE_TAG = 'adk-code-executor:latest'
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
import datetime
|
||||
import mimetypes
|
||||
import os
|
||||
from typing import Any, Optional
|
||||
from typing import Any
|
||||
from typing import Optional
|
||||
|
||||
from typing_extensions import override
|
||||
from vertexai.preview.extensions import Extension
|
||||
|
||||
Reference in New Issue
Block a user