Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 66abbba

Browse files
author
Severi Haverila
committed
removed unused imports
1 parent 8e0fc82 commit 66abbba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/TestdroidImageRecognition.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import io.appium.java_client.TouchAction;
21
import library.AkazeImageFinder;
32
import library.ImageRecognition;
43

54
import org.apache.commons.io.FileUtils;
65
import org.opencv.core.Point;
7-
import org.openqa.selenium.By;
86
import org.openqa.selenium.Dimension;
97
import org.openqa.selenium.OutputType;
10-
import org.openqa.selenium.interactions.touch.TouchActions;
118
import org.slf4j.Logger;
129
import org.slf4j.LoggerFactory;
1310

@@ -16,8 +13,6 @@
1613

1714
import java.io.*;
1815

19-
import static org.junit.Assert.assertNotNull;
20-
import static org.junit.Assert.fail;
2116

2217
/**
2318
* Created by testdroid on 22/07/16.

0 commit comments

Comments
 (0)