Skip to content

Commit 5560424

Browse files
committed
lint fixes/copyright update
1 parent c5097ca commit 5560424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generative_ai/express_mode/api_key_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

generative_ai/express_mode/api_key_example_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from unittest.mock import patch, MagicMock
15+
from unittest.mock import MagicMock, patch
1616

1717
from vertexai.generative_models import (
1818
GenerationResponse,

0 commit comments

Comments
 (0)