mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-04 22:06:23 -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
@@ -14,7 +14,8 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Optional, TYPE_CHECKING
|
||||
from typing import Optional
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from typing_extensions import override
|
||||
|
||||
|
||||
@@ -15,11 +15,13 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from types import MappingProxyType
|
||||
from typing import Any, Optional
|
||||
from typing import Any
|
||||
from typing import Optional
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from google.genai import types
|
||||
|
||||
from .invocation_context import InvocationContext
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user