chore: Treats google.adk as known_third_party in pyproject.toml for organizing imports in samples.

PiperOrigin-RevId: 758434037
This commit is contained in:
Wei Sun (Jack) 2025-05-13 17:06:14 -07:00 committed by Copybara-Service
parent 933f01b89f
commit 66553b18c6

View File

@ -148,6 +148,7 @@ name = "google.adk"
[tool.isort]
profile = "google"
single_line_exclusions = []
known_third_party = ["google.adk"]
[tool.pytest.ini_options]