Skip to content

Commit

Permalink
Remove import beam & spark from quickstart colab (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurmuffin authored Jan 28, 2022
1 parent 04e288e commit 44e6920
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,6 @@
"from IPython.display import clear_output\n",
"clear_output()\n",
"\n",
"import apache_beam as beam\n",
"from apache_beam.runners.portability import fn_api_runner\n",
"from apache_beam.runners.interactive import interactive_runner\n",
"from apache_beam.runners.interactive.interactive_beam import *\n",
"import pyspark\n",
"from dataclasses import dataclass\n",
"import pipeline_dp\n",
"\n",
"import pandas as pd\n",
Expand Down

0 comments on commit 44e6920

Please sign in to comment.