Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Aug 16, 2023
1 parent 771fd35 commit 80c99ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion querybook/server/lib/ai_assistant/base_ai_assistant.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import functools
from abc import ABC, abstractmethod

from flask_login import current_user
from langchain.chains import LLMChain
from pydantic.error_wrappers import ValidationError

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from langchain.prompts import (
ChatPromptTemplate,
MessagesPlaceholder,
SystemMessagePromptTemplate,
HumanMessagePromptTemplate,
)
Expand Down

0 comments on commit 80c99ab

Please sign in to comment.