chore(billing-service): remove unused Duration.hours import from TagesabschlussService

This commit is contained in:
2026-04-14 13:11:42 +02:00
parent cfe12e4dd0
commit 5f87eed86a
@@ -8,7 +8,6 @@ import at.mocode.billing.domain.repository.BuchungRepository
import at.mocode.billing.domain.repository.TagesabschlussRepository import at.mocode.billing.domain.repository.TagesabschlussRepository
import org.jetbrains.exposed.v1.jdbc.transactions.transaction import org.jetbrains.exposed.v1.jdbc.transactions.transaction
import org.springframework.stereotype.Service import org.springframework.stereotype.Service
import kotlin.time.Duration.Companion.hours
import kotlin.time.Instant import kotlin.time.Instant
import kotlin.uuid.ExperimentalUuidApi import kotlin.uuid.ExperimentalUuidApi
import kotlin.uuid.Uuid import kotlin.uuid.Uuid