mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
fmt
This commit is contained in:
@@ -17,7 +17,7 @@ def update_contents(md, last_updated):
|
||||
body = md[first_header:] + f"\n{last_updated_str}"
|
||||
return md[:first_header] + body
|
||||
else:
|
||||
return f"{last_updated_str}\n{md}"
|
||||
return f"{last_updated_str}\n\n{md}"
|
||||
|
||||
|
||||
def last_updated(path):
|
||||
|
||||
Reference in New Issue
Block a user