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

Commit 7a94027

Browse files
committed
Fix import ordering
1 parent 36b6775 commit 7a94027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/rest/kubernetes/KubernetesSparkRestServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.apache.commons.lang3.RandomStringUtils
3131
import scala.collection.mutable
3232
import scala.collection.mutable.ArrayBuffer
3333

34-
import org.apache.spark.{SSLOptions, SecurityManager, SparkConf, SparkException, SPARK_VERSION => sparkVersion}
34+
import org.apache.spark.{SecurityManager, SPARK_VERSION => sparkVersion, SparkConf, SparkException, SSLOptions}
3535
import org.apache.spark.deploy.SparkHadoopUtil
3636
import org.apache.spark.deploy.kubernetes.config._
3737
import org.apache.spark.deploy.rest._

0 commit comments

Comments
 (0)