Skip to content

Commit

Permalink
Missing cirq_google import in command line QCS example (quantumlib#4939)
Browse files Browse the repository at this point in the history
Adds missing import.
  • Loading branch information
verult authored and rht committed May 1, 2023
1 parent f9574f6 commit 4c313e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@
],
"source": [
"import cirq\n",
"import cirq_google as cg\n",
"\n",
"def example():\n",
" \"\"\"Hello qubit example run against a quantum processor.\"\"\"\n",
Expand Down

0 comments on commit 4c313e4

Please sign in to comment.