Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jul 30, 2024
1 parent 497d652 commit 20a7c48
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import dev.restate.sdk.kotlin.Awaitable
import dev.restate.sdk.kotlin.Context
import dev.restate.sdk.kotlin.awaitAll
import dev.restate.sdk.kotlin.runBlock
import develop.usecases.asynctasks.FanOutWorkerClient

// <start_here>
@Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package usecases.asynctasks.simple
import dev.restate.sdk.client.CallRequestOptions
import dev.restate.sdk.client.Client
import dev.restate.sdk.kotlin.KtSerdes
import develop.usecases.asynctasks.simple.AsyncTaskServiceClient

// <start_here>
class TaskSubmitter {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package usecases.asynctasks.synctoasync

import dev.restate.sdk.client.Client
import develop.usecases.asynctasks.synctoasync.DataPreparationServiceClient
import develop.workflows.Email
import java.util.concurrent.TimeUnit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import dev.restate.sdk.common.StateKey
import dev.restate.sdk.common.TerminalException
import dev.restate.sdk.kotlin.KtSerdes
import dev.restate.sdk.kotlin.ObjectContext
import develop.usecases.eventprocessing.ProfileServiceClient
import kotlin.time.Duration.Companion.seconds

// <start_here>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package usecases.microservices

import dev.restate.sdk.client.CallRequestOptions
import dev.restate.sdk.client.Client
import develop.usecases.microservices.ProductServiceClient

class Config {
companion object {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package usecases.workflows

import dev.restate.sdk.client.Client
import develop.usecases.workflows.SignupWorkflowClient

class WorkflowSubmitter {
suspend fun submit(user: User) {
Expand Down

0 comments on commit 20a7c48

Please sign in to comment.