Skip to content

Commit

Permalink
[java] Deleting unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 24, 2020
1 parent 4befa1c commit c0025cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;

import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.openqa.selenium.edgehtml.EdgeHtmlOptions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;

import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.openqa.selenium.edge.EdgeOptions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@

import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.google.common.collect.ImmutableSet;
import org.openqa.selenium.BuildInfo;
import org.openqa.selenium.grid.config.Config;
import org.openqa.selenium.json.Json;

import java.io.PrintStream;
import java.util.Map;
import java.util.TreeMap;

public class HelpFlags {

Expand Down

0 comments on commit c0025cd

Please sign in to comment.