diff --git a/notebooks/community/gapic/automl/showcase_automl_image_classification_batch.ipynb b/notebooks/community/gapic/automl/showcase_automl_image_classification_batch.ipynb index a25e4b9e9..8e17c03a0 100644 --- a/notebooks/community/gapic/automl/showcase_automl_image_classification_batch.ipynb +++ b/notebooks/community/gapic/automl/showcase_automl_image_classification_batch.ipynb @@ -475,10 +475,7 @@ "source": [ "import time\n", "\n", - "from google.cloud.aiplatform import gapic as aip\n", - "from google.protobuf import json_format\n", - "from google.protobuf.json_format import MessageToJson, ParseDict\n", - "from google.protobuf.struct_pb2 import Struct, Value" + "from google.cloud.aiplatform import gapic as aip\n" ] }, {