mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
infra: add print rule to ruff (#16221)
Added noqa for existing prints. Can slowly remove / will prevent more being intro'd
This commit is contained in:
@@ -7,5 +7,5 @@ def test_aviary_call() -> None:
|
||||
"""Test valid call to Anyscale."""
|
||||
llm = Aviary()
|
||||
output = llm("Say bar:")
|
||||
print(f"llm answer:\n{output}")
|
||||
print(f"llm answer:\n{output}") # noqa: T201
|
||||
assert isinstance(output, str)
|
||||
|
Reference in New Issue
Block a user