Skip to content

Commit fb3ae49

Browse files
committed
Correcting the lint errors
1 parent 77aab1a commit fb3ae49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisvl/utils/vectorize/multimidal/voyageai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import os
22
from typing import Any, Callable, Dict, List, Optional, Union
33

4-
from pydantic import PrivateAttr, HttpUrl
4+
from PIL import Image
5+
from pydantic import HttpUrl, PrivateAttr
56
from tenacity import retry, stop_after_attempt, wait_random_exponential
67
from tenacity.retry import retry_if_not_exception_type
78

89
from redisvl.utils.utils import deprecated_argument
910
from redisvl.utils.vectorize.base import BaseMultimodalVectorizer
10-
from PIL import Image
1111

1212
# ignore that voyageai isn't imported
1313
# mypy: disable-error-code="name-defined"

0 commit comments

Comments
 (0)