Skip to content

Commit 1a1ba78

Browse files
committed
Code style
1 parent 4609618 commit 1a1ba78

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ plugins {
1212
apply from: 'build.params.gradle'
1313
apply plugin: 'base'
1414

15-
16-
1715
allprojects {
1816
group = 'org.opencypher.morpheus'
1917
version = ver.self

morpheus-spark-cypher/src/main/scala/org/opencypher/morpheus/api/io/sql/SqlDataSourceConfig.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727
package org.opencypher.morpheus.api.io.sql
2828

2929
import org.opencypher.morpheus.api.io.{FileFormat, HiveFormat, JdbcFormat, StorageFormat}
30-
import ujson.Arr
31-
import ujson.Bool
32-
import ujson.Null
33-
import ujson.Num
3430
import ujson.Obj
35-
import ujson.Str
3631
import ujson.Value
3732

3833
import scala.util.{Failure, Success, Try}

0 commit comments

Comments
 (0)