Skip to content

Commit

Permalink
refactor: remove unnecessary blank line in function_calling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isatyamks committed Dec 15, 2024
1 parent faaf81c commit b560828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/core/langchain_core/utils/function_calling.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ def _parse_google_docstring(
elif arg:
arg_descriptions[arg] += " " + line.strip()
return description, arg_descriptions

def _py_38_safe_origin(origin: type) -> type:
origin_union_type_map: dict[type, Any] = (
{types.UnionType: Union} if hasattr(types, "UnionType") else {}
Expand Down

0 comments on commit b560828

Please sign in to comment.