Skip to content

Commit 186b5de

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: formats google_llm.py.
PiperOrigin-RevId: 759803357
1 parent 03f167c commit 186b5de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/google/adk/models/google_llm.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
15+
1416
from __future__ import annotations
1517

1618
import contextlib
@@ -179,7 +181,9 @@ def _live_api_client(self) -> Client:
179181
api_version = 'v1beta1'
180182
# use default api version for vertex
181183
return Client(
182-
http_options=types.HttpOptions(headers=self._tracking_headers,api_version=api_version)
184+
http_options=types.HttpOptions(
185+
headers=self._tracking_headers, api_version=api_version
186+
)
183187
)
184188
else:
185189
# use v1alpha for ml_dev

0 commit comments

Comments
 (0)