From cce9801a8b28c2c6594204beef87221f3062bbcf Mon Sep 17 00:00:00 2001 From: Mahmut CAVDAR <4072246+mcavdar@users.noreply.github.com> Date: Wed, 2 Apr 2025 20:44:45 +0300 Subject: [PATCH] docs: fixed indentation (#4078) "Copy the clipboard" doesn't return valid Python code. --- docs/docs/tutorials/introduction.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index 1afbaefc5..7d35c9172 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -279,7 +279,6 @@ " if user_input.lower() in [\"quit\", \"exit\", \"q\"]:\n", " print(\"Goodbye!\")\n", " break\n", - "\n", " stream_graph_updates(user_input)\n", " except:\n", " # fallback if input() is not available\n",