Skip to content

Commit bbff96e

Browse files
committed
fix scalafix
1 parent e1a9aad commit bbff96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud_gcp/src/test/scala/ai/chronon/integrations/cloud_gcp/GcpFormatProviderTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package ai.chronon.integrations.cloud_gcp
22

33
import ai.chronon.spark.SparkSessionBuilder
4-
import org.apache.spark.sql.SparkSession
5-
import org.scalatest.flatspec.AnyFlatSpec
64
import com.google.cloud.bigquery._
5+
import org.apache.spark.sql.SparkSession
76
import org.mockito.Mockito.when
7+
import org.scalatest.flatspec.AnyFlatSpec
88
import org.scalatestplus.mockito.MockitoSugar
99

1010
import java.util

0 commit comments

Comments
 (0)