Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: miroslavpojer <miroslav.pojer@absa.africa>
  • Loading branch information
benedeki and miroslavpojer authored Jul 29, 2024
1 parent 33b5c58 commit eef0a50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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 @@ -18,8 +18,6 @@ package za.co.absa.db.balta.classes

import za.co.absa.db.balta.classes.setter.{AllowedParamTypes, Params, SetterFnc}
import za.co.absa.db.balta.classes.setter.Params.NamedParams
import za.co.absa.db.balta.classes.setter.Params.NamedParams
import za.co.absa.db.balta.classes.setter.{AllowedParamTypes, Params}

/**
* This class represents a database table. It allows to perform INSERT, SELECT and COUNT operations on the table easily.
Expand Down

0 comments on commit eef0a50

Please sign in to comment.