From 66553b18c609c653f927b09750ac88954a233b59 Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Tue, 13 May 2025 17:06:14 -0700 Subject: [PATCH] chore: Treats google.adk as known_third_party in pyproject.toml for organizing imports in samples. PiperOrigin-RevId: 758434037 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dbd5ea1..988f791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,6 +148,7 @@ name = "google.adk" [tool.isort] profile = "google" single_line_exclusions = [] +known_third_party = ["google.adk"] [tool.pytest.ini_options]