Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Sep 11, 2024
1 parent dc39608 commit 35252fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import os

from dotenv import load_dotenv
from InMemoryLoader import InMemoryLoader
from langchain_community.document_loaders.pebblo import PebbloSafeLoader
from langchain_openai.embeddings import OpenAIEmbeddings
from langchain_postgres import PGVector

from InMemoryLoader import InMemoryLoader
from util import get_data

PEBBLO_API_KEY = os.getenv("PEBBLO_API_KEY")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from hashlib import md5
from typing import Optional, Any
from typing import Any, Optional


def get_data(
Expand Down

0 comments on commit 35252fb

Please sign in to comment.