Skip to content

Commit

Permalink
lint fixes/copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Jan 21, 2025
1 parent c5097ca commit 5560424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generative_ai/express_mode/api_key_example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions generative_ai/express_mode/api_key_example_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from unittest.mock import patch, MagicMock
from unittest.mock import MagicMock, patch

from vertexai.generative_models import (
GenerationResponse,
Expand Down

0 comments on commit 5560424

Please sign in to comment.