Skip to content
Snippets Groups Projects
Commit 7e662af3 authored by Kousuke Saruta's avatar Kousuke Saruta Committed by Reynold Xin
Browse files

[SPARK-3305] Remove unused import from UI classes.

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #2200 from sarutak/SPARK-3305 and squashes the following commits:

3cbd6ee [Kousuke Saruta] Removed unused import from classes related to UI
parent a004a8d8
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ import javax.servlet.http.HttpServletRequest
import scala.xml.Node
import org.apache.spark.storage.StorageLevel
import org.apache.spark.ui.{ToolTips, UIUtils, WebUIPage}
import org.apache.spark.util.Utils
......
......@@ -17,7 +17,7 @@
package org.apache.spark.ui.jobs
import scala.collection.mutable.{HashMap, ListBuffer, Map}
import scala.collection.mutable.{HashMap, ListBuffer}
import org.apache.spark._
import org.apache.spark.annotation.DeveloperApi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment