Skip to content

Commit c0355fc

Browse files
Merge pull request #482 from atheo89/kfp-lib-on-e2e
Remove kfp LocalClient lib from datascience notebook testing since it…
2 parents 6e2e5e5 + b486c4b commit c0355fc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jupyter/datascience/ubi8-python-3.8/test/test_notebook.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp\n",
31-
"from kfp import LocalClient, run_pipeline_func_locally\n",
3230
"\n",
3331
"def get_major_minor(s):\n",
3432
" return '.'.join(s.split('.')[:2])\n",

jupyter/datascience/ubi9-python-3.9/test/test_notebook.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp\n",
31-
"from kfp import LocalClient, run_pipeline_func_locally\n",
3230
"\n",
3331
"def get_major_minor(s):\n",
3432
" return '.'.join(s.split('.')[:2])\n",

0 commit comments

Comments
 (0)