Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 31, 2024
1 parent 1007e2c commit dd4e25f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import importlib
import os
import time
import uuid
from typing import TYPE_CHECKING, List
from typing import List

import numpy as np
import pinecone
import pinecone # type: ignore
import pytest
from langchain_core.documents import Document
from langchain_openai import OpenAIEmbeddings
Expand Down

0 comments on commit dd4e25f

Please sign in to comment.