10000 chore: Treats google.adk as known_third_party in pyproject.toml for o… · fu/adk-python@66553b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66553b1

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: Treats google.adk as known_third_party in pyproject.toml for organizing imports in samples.
PiperOrigin-RevId: 758434037
1 parent 933f01b commit 66553b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ name = "google.adk"
148148
[tool.isort]
149149
profile = "google"
150150
single_line_exclusions = []
151+
known_third_party = ["google.adk"]
151152

152153

153154
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)
0