Skip to content

Commit 6e99ad0

Browse files
committed
Remove unused import
1 parent 115a095 commit 6e99ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/reactivex/internal/operators/flowable/FlowableToList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import io.reactivex.exceptions.Exceptions;
2222
import io.reactivex.internal.subscriptions.*;
23-
import io.reactivex.internal.util.ArrayListSupplier;
2423

2524
public final class FlowableToList<T, U extends Collection<? super T>> extends AbstractFlowableWithUpstream<T, U> {
2625
final Callable<U> collectionSupplier;

0 commit comments

Comments
 (0)