Skip to content

Commit

Permalink
Merge pull request capnproto#23 from vaci/vaci/unused-import
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
vaci authored Mar 6, 2022
2 parents 97e4766 + 3b4ee42 commit 845186f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/src/main/java/org/capnproto/Request.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.capnproto;

import java.util.concurrent.CompletableFuture;

public interface Request<Params>
extends RequestBase<Params> {

Expand Down

0 comments on commit 845186f

Please sign in to comment.