aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-01-25 19:43:45 +0100
committerLester Solbakken <lesters@oath.com>2021-01-25 19:43:45 +0100
commitb6be9dac90a5c0a27b82be8b80bc6667ab97caf9 (patch)
tree367d2cc87170f470fda7b069f60d1af085f4f2be /model-integration
parentbbb42508a50350c3099819276b33ec26f1323dd8 (diff)
Remove unused imports
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModels.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModels.java b/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModels.java
index ebfe50c86f0..4039de85e31 100644
--- a/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModels.java
+++ b/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModels.java
@@ -1,7 +1,6 @@
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.rankingexpression.importer.configmodelview;
-import com.yahoo.config.application.api.DeployLogger;
import com.yahoo.path.Path;
import java.io.File;
@@ -11,7 +10,6 @@ import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
-import java.util.logging.Level;
/**
* All models imported from the models/ directory in the application package.