refactor: remove unused imports in FilerGrpcClient

- Remove unused io.grpc.Deadline import
- Remove unused io.netty.handler.codec.http2.Http2Settings import
- Clean up linter warnings
This commit is contained in:
chrislu
2025-11-22 13:38:11 -08:00
parent 45b45c4a8d
commit c7e31c5ddb
@@ -1,12 +1,10 @@
package seaweedfs.client;
import io.grpc.Deadline;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.netty.shaded.io.grpc.netty.NegotiationType;
import io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder;
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContext;
import io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Settings;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;