mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
chore: remove reference to genai SDK folder.
Added `from __future__ import annotations` to follow the best practice. PiperOrigin-RevId: 764473253
This commit is contained in:
parent
3489bb598d
commit
2a8ca06c3e
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
"""Forked from google3/third_party/py/google/genai/_automatic_function_calling_util.py temporarily."""
|
from __future__ import annotations
|
||||||
|
|
||||||
import inspect
|
import inspect
|
||||||
from types import FunctionType
|
from types import FunctionType
|
||||||
|
Loading…
Reference in New Issue
Block a user