Skip to content

Commit

Permalink
feat(speech-to-text-v1): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Mar 15, 2022
1 parent 62e4f8e commit 029fdfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
import java.util.Map;
import java.util.Map.Entry;
import okhttp3.HttpUrl;
import okhttp3.MultipartBody;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.WebSocket;
Expand Down

0 comments on commit 029fdfa

Please sign in to comment.