Skip to content

Commit

Permalink
Missing cirq_google import in command line QCS example (#4939)
Browse files Browse the repository at this point in the history
Adds missing import.
  • Loading branch information
verult authored Feb 3, 2022
1 parent 84b0a28 commit a57c5ad
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 a57c5ad

Please sign in to comment.