Skip to content

Commit

Permalink
* removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Aug 16, 2024
1 parent 6a890d4 commit 746b461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package za.co.absa.db.balta.classes

import DBFunction.{DBFunctionWithNamedParamsToo, DBFunctionWithPositionedParamsOnly, ParamsMap}
import za.co.absa.db.balta.classes.setter.{AllowedParamTypes, SetterFnc}
import za.co.absa.db.balta.classes.setter.{AllowedParamTypes, SetterFnc}

import scala.collection.immutable.ListMap

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
package za.co.absa.db.balta.classes

import QueryResultRow._
import org.postgresql.jdbc.PgArray
import org.postgresql.util.PGobject

import java.sql
import java.sql.{Date, ResultSet, ResultSetMetaData, SQLException, Time, Types}
import java.time.{Instant, LocalDateTime, LocalTime, OffsetDateTime, OffsetTime}
import java.sql.{Date, ResultSet, ResultSetMetaData, Time, Types}
import java.time.{Instant, LocalDateTime, OffsetDateTime, OffsetTime}
import java.util.UUID
import scala.util.Try

/**
* This is a row of a query result. It allows to safely extract values from the row by column name.
Expand Down

0 comments on commit 746b461

Please sign in to comment.