Skip to content

Commit

Permalink
Fix import order and scalastyle (apache#375)
Browse files Browse the repository at this point in the history
Test with ./dev/scalastyle
  • Loading branch information
ash211 authored and foxish committed Jul 24, 2017
1 parent f46443e commit 42f578f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
*/
package org.apache.spark.deploy.kubernetes

import org.scalatest.BeforeAndAfter
import io.fabric8.kubernetes.api.model._
import org.apache.spark.deploy.kubernetes.constants._

import org.scalatest.BeforeAndAfter
import scala.collection.JavaConverters._

import org.apache.spark.deploy.kubernetes.constants._
import org.apache.spark.SparkFunSuite

class InitContainerResourceStagingServerSecretPluginSuite extends SparkFunSuite with BeforeAndAfter{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
*/
package org.apache.spark.deploy.kubernetes

import org.scalatest.BeforeAndAfter
import io.fabric8.kubernetes.api.model._
import org.apache.spark.deploy.kubernetes.constants._

import org.scalatest.BeforeAndAfter
import scala.collection.JavaConverters._

import org.apache.spark.deploy.kubernetes.constants._
import org.apache.spark.SparkFunSuite

class SparkPodInitContainerBootstrapSuite extends SparkFunSuite with BeforeAndAfter {
Expand Down

0 comments on commit 42f578f

Please sign in to comment.