Skip to content

Commit db8f650

Browse files
authored
modify incorrect indent (#2661)
1 parent 231f963 commit db8f650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/llm-agent-functioncall/llm-agent-functioncall-qwen.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
" r = requests.get(\n",
8686
" url=f\"https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/latest/utils/{local_path.name}\",\n",
8787
" )\n",
88-
" with local_path.open(\"w\") as f:\n",
89-
" f.write(r.text)"
88+
" with local_path.open(\"w\") as f:\n",
89+
" f.write(r.text)"
9090
]
9191
},
9292
{

0 commit comments

Comments
 (0)