mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-11 16:01:33 +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:
@@ -1,4 +1,4 @@
|
||||
from elastic_query_generator.chain import chain
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(chain.invoke({"input": "how many customers named Carol"}))
|
||||
print(chain.invoke({"input": "how many customers named Carol"})) # noqa: T201
|
||||
|
Reference in New Issue
Block a user