Skip to content

Commit 1b96b09

Browse files
committed
style: fix import order in apigee_llm.py via autoformat.sh
1 parent d79b22c commit 1b96b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/models/apigee_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
from typing import Optional
3030
from typing import TYPE_CHECKING
3131

32-
import google.auth
3332
from google.adk import version as adk_version
33+
import google.auth
3434
from google.genai import types
3535
import httpx
3636
import tenacity

0 commit comments

Comments
 (0)