Skip to content

Commit ee4b369

Browse files
committed
Remove unused decorator from custom clients
1 parent 35cbbb7 commit ee4b369

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/main/java/com/pipedream/api/AsyncPipedreamClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
import com.pipedream.api.resources.workflows.WorkflowsClient;
77
import java.util.Optional;
88
import java.util.function.Supplier;
9-
import org.immutables.value.Value;
109

11-
@Value
1210
public class AsyncPipedreamClient extends AsyncBaseClient {
1311
private final Supplier<WorkflowsClient> workflowsClient;
1412

src/main/java/com/pipedream/api/PipedreamClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
import com.pipedream.api.resources.workflows.WorkflowsClient;
77
import java.util.Optional;
88
import java.util.function.Supplier;
9-
import org.immutables.value.Value;
109

11-
@Value
1210
public class PipedreamClient extends BaseClient {
1311
private final Supplier<WorkflowsClient> workflowsClient;
1412

0 commit comments

Comments
 (0)