Skip to content

Commit 29ee9e9

Browse files
JohanBrorsonshs96c
authored andcommitted
Cleanup: Remove unused imports (#6591)
Remove unused imports in java/client to prevent unwanted dependencies.
1 parent e561ca8 commit 29ee9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/ie/InternetExplorerDriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.openqa.selenium.testing.NoDriverBeforeTest;
3535
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
3636

37-
import java.awt.*;
37+
import java.awt.Robot;
3838

3939
@NeedsLocalEnvironment(reason = "Requires local browser launching environment")
4040
public class InternetExplorerDriverTest extends JUnit4TestBase {

0 commit comments

Comments
 (0)