Skip to content

Commit

Permalink
ruff check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yahya-mouman committed Jul 26, 2024
1 parent c9bd4c9 commit ff66fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/contrib/langchain/test_langchain_llmobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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),)

if LANGCHAIN_VERSION < (0, 1, 0):
Expand Down

0 comments on commit ff66fb0

Please sign in to comment.