chore: Sets single_line_exclusions to [] to be consistent with internal style guide.

PiperOrigin-RevId: 754974408
This commit is contained in:
Wei Sun (Jack) 2025-05-05 09:55:37 -07:00 committed by Copybara-Service
parent fb3915da3b
commit a930633fad

View File

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