Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
yahya-mouman committed Jul 26, 2024
1 parent e32948b commit c9bd4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/langchain/test_langchain_llmobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tests.subprocesstest import run_in_subprocess
from tests.utils import flaky

LANGCHAIN_VERSION = parse_version(langchain.__version__) < (0, 1, 0) or sys.version_info < (3, 10),
LANGCHAIN_VERSION = (parse_version(langchain.__version__) < (0, 1, 0) or sys.version_info < (3, 10),)

if LANGCHAIN_VERSION < (0, 1, 0):
from langchain.schema import AIMessage
Expand Down

0 comments on commit c9bd4c9

Please sign in to comment.