Skip to content

Commit

Permalink
* unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Sep 28, 2024
1 parent 885d4c1 commit cad7ba8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

package za.co.absa.db.balta.classes.setter

import java.sql.{Date, PreparedStatement, Time, Timestamp, Types => SqlTypes}
import java.sql.{Date, PreparedStatement, Time, Types => SqlTypes}
import java.util.UUID
import org.postgresql.util.PGobject
import za.co.absa.db.balta.classes.simple.JsonBString

import java.time.{Instant, LocalDate, LocalTime, OffsetDateTime, ZoneId, ZoneOffset}
import java.time.{Instant, LocalDate, LocalTime, OffsetDateTime, ZoneOffset}

/**
* This is a trait representing a function that sets a value in a prepared statement.
Expand Down

0 comments on commit cad7ba8

Please sign in to comment.