This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-319
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-319 by this push:
new 244e3fb WIP.
244e3fb is described below
commit 244e3fb62792a82605ba780792ad83d956d5a0bf
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon May 17 20:02:49 2021 +0300
WIP.
---
.../test/scala/org/apache/nlpcraft/model/meta/NCMetaResultSpec.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaResultSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaResultSpec.scala
index c31f6fe..9e2fe6e 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaResultSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/NCMetaResultSpec.scala
@@ -17,9 +17,8 @@
package org.apache.nlpcraft.model.meta
-import org.apache.nlpcraft.common.JavaMeta
import org.apache.nlpcraft.model.`abstract`.NCAbstractTokensModel
-import org.apache.nlpcraft.model.{NCElement, NCIntent, NCIntentMatch, NCResult}
+import org.apache.nlpcraft.model.{NCElement, NCIntent, NCResult}
import org.apache.nlpcraft.{NCTestElement, NCTestEnvironment}
import org.junit.jupiter.api.Test