langchain/libs/partners/exa/tests/integration_tests/test_compile.py
Mason Daugherty 63e3f2dea6
exa[patch]: ruff fixes and rules (#31902)
* bump ruff deps
* add more thorough ruff rules
* fix said rules
2025-07-08 02:02:42 +00:00

7 lines
200 B
Python

import pytest # type: ignore[import-not-found, import-not-found]
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""