Skip to content

Commit 1229158

Browse files
committed
Merge pull request AsyncHttpClient#1064 from return-to-zero/master
Remove unnecessary imported package.
2 parents 572246c + 7438fad commit 1229158

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/main/java/org/asynchttpclient/channel/NoopChannelPool.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
*/
1414
package org.asynchttpclient.channel;
1515

16-
import org.asynchttpclient.channel.ChannelPoolPartitionSelector;
17-
1816
import io.netty.channel.Channel;
1917

2018
public enum NoopChannelPool implements ChannelPool {

0 commit comments

Comments
 (0)