Skip to content

Commit

Permalink
test: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Jun 27, 2024
1 parent 5edc2c6 commit c64b570
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ package org.neo4j.spark

import org.apache.commons.lang3.exception.ExceptionUtils
import org.apache.spark.SparkException
import org.apache.spark.scheduler.{SparkListener, SparkListenerJobEnd, SparkListenerStageCompleted}
import org.apache.spark.scheduler.{SparkListener, SparkListenerStageCompleted}
import org.apache.spark.sql.{DataFrame, SaveMode, SparkSession}
import org.junit.Assert.{assertEquals, assertTrue, fail}
import org.junit.{Assume, BeforeClass, Test}
import org.junit.Test
import org.neo4j.driver.summary.ResultSummary
import org.neo4j.driver.{Result, Session, SessionConfig, Transaction, TransactionWork}
import org.neo4j.spark.writer.DataWriterMetrics

import java.util.concurrent.{CountDownLatch, TimeUnit}
import scala.util.Using

class DataSourceWriterNeo4jTSE extends SparkConnectorScalaBaseTSE {

Expand Down

0 comments on commit c64b570

Please sign in to comment.