You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/12/16 05:14:21 UTC

[incubator-tuweni] branch master updated: Fix import

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cafde4  Fix import
2cafde4 is described below

commit 2cafde4625d3268c9969ba4463617b9cd1a01bae
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Tue Dec 15 21:14:07 2020 -0800

    Fix import
---
 eth-faucet/src/main/kotlin/org/apache/tuweni/faucet/FaucetApplication.kt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eth-faucet/src/main/kotlin/org/apache/tuweni/faucet/FaucetApplication.kt b/eth-faucet/src/main/kotlin/org/apache/tuweni/faucet/FaucetApplication.kt
index 1f01a8e..74e29b8 100644
--- a/eth-faucet/src/main/kotlin/org/apache/tuweni/faucet/FaucetApplication.kt
+++ b/eth-faucet/src/main/kotlin/org/apache/tuweni/faucet/FaucetApplication.kt
@@ -36,7 +36,6 @@ import org.springframework.web.reactive.function.client.WebClient
 import java.nio.file.Files
 import java.nio.file.Paths
 import java.security.Security
-import java.util.Scanner
 import javax.annotation.PostConstruct
 import javax.annotation.PreDestroy
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org