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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new d3daed1  Clean up KS-Test.
d3daed1 is described below

commit d3daed1f25a54a560a945179bf2cebc958842529
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed May 19 09:36:50 2021 -0700

    Clean up KS-Test.
---
 .../java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java 
b/src/test/java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java
index e69d688..8efeb33 100644
--- a/src/test/java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java
+++ b/src/test/java/org/apache/datasketches/quantiles/KolmogorovSmirnovTest.java
@@ -27,8 +27,6 @@ import java.util.Random;
 
 import org.testng.annotations.Test;
 
-import org.apache.datasketches.SketchesArgumentException;
-
 @SuppressWarnings("javadoc")
 public class KolmogorovSmirnovTest {
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to