aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-09-24 21:56:57 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-09-24 21:56:57 +0200
commit90224e5c6bcd74ba1c8bb88c104cfa5b8556057a (patch)
treef72b7711e3a493e7e9250f7f4513d702d8ffe877 /container-search
parentc9c3272fec776cdcfcb52b7ff4055a9cc2827025 (diff)
Remove unnecessary import
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/test/java/com/yahoo/search/grouping/result/GroupListTestCase.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-search/src/test/java/com/yahoo/search/grouping/result/GroupListTestCase.java b/container-search/src/test/java/com/yahoo/search/grouping/result/GroupListTestCase.java
index 78694bdd1e7..b8cc25930e2 100644
--- a/container-search/src/test/java/com/yahoo/search/grouping/result/GroupListTestCase.java
+++ b/container-search/src/test/java/com/yahoo/search/grouping/result/GroupListTestCase.java
@@ -1,7 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.grouping.result;
-import com.yahoo.search.Query;
import com.yahoo.search.grouping.Continuation;
import org.junit.Test;