Skip to content

Commit 027f77f

Browse files
committed
remove unused import
1 parent c6dd4db commit 027f77f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/redis/clients/jedis/executors/aggregators/Aggregator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package redis.clients.jedis.executors.aggregators;
22

3-
import redis.clients.jedis.CommandFlagsRegistry;
4-
53
interface Aggregator<I, R> {
64

75
void add(I input);

0 commit comments

Comments
 (0)