You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/09 06:59:12 UTC

[incubator-streampipes-extensions] branch rel/0.67.0 updated: [hotfix] remove import

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new 54dc7ab  [hotfix] remove import
54dc7ab is described below

commit 54dc7ab74e064bda6e2f538f0b8509b430d15879
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 08:58:42 2020 +0200

    [hotfix] remove import
---
 .../apache/streampipes/processors/siddhi/trend/TestTrendProcessor.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/streampipes-processors-filters-siddhi/src/test/java/org/apache/streampipes/processors/siddhi/trend/TestTrendProcessor.java b/streampipes-processors-filters-siddhi/src/test/java/org/apache/streampipes/processors/siddhi/trend/TestTrendProcessor.java
index 81cd619..1a7199d 100644
--- a/streampipes-processors-filters-siddhi/src/test/java/org/apache/streampipes/processors/siddhi/trend/TestTrendProcessor.java
+++ b/streampipes-processors-filters-siddhi/src/test/java/org/apache/streampipes/processors/siddhi/trend/TestTrendProcessor.java
@@ -19,7 +19,6 @@ package org.apache.streampipes.processors.siddhi.trend;
 
 import static org.junit.Assert.assertEquals;
 
-import org.apache.streampipes.model.util.SchemaUtils;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;