Skip to content

Commit

Permalink
#OBS-I148: Removed the unwanted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manjudr committed Aug 6, 2024
1 parent 5536e14 commit 63732b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.sunbird.obsrv.model.DatasetModels._
import org.sunbird.obsrv.model.{DatasetStatus, TransformMode}

import java.io.File
import java.sql.{PreparedStatement, ResultSet, SQLException, Timestamp}
import java.sql.{PreparedStatement, ResultSet, Timestamp}

object DatasetRegistryService {
private val configFile = new File("/data/flink/conf/baseconfig.conf")
Expand Down

0 comments on commit 63732b5

Please sign in to comment.