forked from loafle/openapi-generator-original
Remove unused dep when model package is empty (#7793)
This commit is contained in:
parent
53eeb0c049
commit
832919b84c
@ -1,7 +1,9 @@
|
|||||||
{{>licenseInfo}}
|
{{>licenseInfo}}
|
||||||
package {{apiPackage}}
|
package {{apiPackage}}
|
||||||
|
|
||||||
|
{{#models.length}}
|
||||||
import {{modelPackage}}._
|
import {{modelPackage}}._
|
||||||
|
{{/models.length}}
|
||||||
import org.json4s._
|
import org.json4s._
|
||||||
import scala.reflect.ClassTag
|
import scala.reflect.ClassTag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user