mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-19 00:58:32 +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:
@@ -47,7 +47,7 @@ def load_ts_git_dataset(
|
||||
with open(json_file_path, "w") as json_file:
|
||||
json_file.write(response.text)
|
||||
else:
|
||||
print(f"Failed to download JSON file. Status code: {response.status_code}")
|
||||
print(f"Failed to download JSON file. Status code: {response.status_code}") # noqa: T201
|
||||
|
||||
loader = JSONLoader(
|
||||
file_path=json_file_path,
|
||||
|
Reference in New Issue
Block a user