Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Oct 31, 2024
1 parent c2e9bd0 commit 1c4fcca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions libs/vertexai/tests/integration_tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import base64

import pytest
from _pytest.tmpdir import TempPathFactory
from vertexai.vision_models import Image # type: ignore

_DEFAULT_MODEL_NAME = "gemini-1.0-pro-001"

Expand Down
1 change: 0 additions & 1 deletion libs/vertexai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import io
import json
import os
import tempfile
from typing import List, Literal, Optional, cast

import pytest
Expand Down

0 comments on commit 1c4fcca

Please sign in to comment.