mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 19:09:57 +00:00
community: Bump ruff version to 0.9 (#29206)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
30f6c9f5c8
commit
723031d548
@@ -70,7 +70,7 @@ class BibtexparserWrapper(BaseModel):
|
||||
if "url" in entry:
|
||||
url = entry["url"]
|
||||
elif "doi" in entry:
|
||||
url = f'https://doi.org/{entry["doi"]}'
|
||||
url = f"https://doi.org/{entry['doi']}"
|
||||
else:
|
||||
url = None
|
||||
meta = {
|
||||
|
Reference in New Issue
Block a user