Skip to content

Commit

Permalink
fix python lint (SeldonIO#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox authored Nov 13, 2021
1 parent c343461 commit 1bccc7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/mnist_triton_e2e/mnist-triton.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@
"source": [
"URL = \"http://localhost:8003/seldon/seldon/mnist\"\n",
"\n",
"\n",
"def predict(data):\n",
" data = {\n",
" \"inputs\": [\n",
Expand Down Expand Up @@ -841,9 +842,9 @@
}
],
"source": [
"import matplotlib.pyplot as plt\n",
"from tensorflow.keras.datasets import mnist\n",
"from tensorflow.keras.utils import to_categorical\n",
"import matplotlib.pyplot as plt"
"from tensorflow.keras.utils import to_categorical"
]
},
{
Expand Down

0 comments on commit 1bccc7e

Please sign in to comment.