okhttp: remove unused import

This commit is contained in:
Carl Mastrangelo 2019-08-15 16:00:02 -07:00 committed by GitHub
parent c521a31886
commit 4c1e197fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
package io.grpc.okhttp.internal;
import io.grpc.internal.GrpcUtil;
import java.io.IOException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;