Clean imports

This commit is contained in:
2020-04-12 13:36:03 +02:00
parent 14aa195bb3
commit e4995ac340
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ fun Application.features() {
}
abstract class Feature(override val kodein: Kodein) : KodeinAware {
abstract fun execute(): Unit
abstract fun execute()
}