Skip to content

Commit

Permalink
[java][bidi] Fix import for the Script module class
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Apr 23, 2024
1 parent ea73d44 commit 031c8cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion java/src/org/openqa/selenium/bidi/script/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ java_library(
],
deps = [
"//java/src/org/openqa/selenium:core",
"//java/src/org/openqa/selenium/bidi/log",
"//java/src/org/openqa/selenium/json",
"//java/src/org/openqa/selenium/remote/http",
artifact("com.google.auto.service:auto-service-annotations"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import java.util.Map;
import java.util.TreeMap;
import org.openqa.selenium.bidi.log.StackTrace;
import org.openqa.selenium.json.JsonInput;

public class ExceptionDetails {
Expand Down

0 comments on commit 031c8cf

Please sign in to comment.