Skip to content

Commit

Permalink
Missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Teagan Glenn authored and seldondev committed Apr 2, 2020
1 parent ad28a3a commit ebed914
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package io.seldon.engine.api.rest;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.protobuf.ByteString;
import com.google.protobuf.InvalidProtocolBufferException;
import io.micrometer.core.annotation.Timed;
import io.opentracing.Span;
Expand All @@ -28,6 +29,7 @@
import io.seldon.protos.PredictionProtos.Feedback;
import io.seldon.protos.PredictionProtos.SeldonMessage;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ExecutionException;
Expand Down

0 comments on commit ebed914

Please sign in to comment.