refactor(imports): optimize imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.correx.core.inference
|
||||
|
||||
import com.correx.core.events.events.StoredEvent
|
||||
import com.correx.core.inference.InferenceState
|
||||
|
||||
interface InferenceReducer {
|
||||
fun reduce(state: InferenceState, event: StoredEvent): InferenceState
|
||||
|
||||
Reference in New Issue
Block a user