Skip to content

Commit b4fdcaa

Browse files
author
Łukasz Gąsior
committed
Remove unused mixin
1 parent c7ef51b commit b4fdcaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/scala/io/iohk/ethereum/faucet/FaucetApi.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import akka.util.ByteString
99
import ch.megard.akka.http.cors.scaladsl.CorsDirectives.cors
1010
import ch.megard.akka.http.cors.scaladsl.settings.CorsSettings
1111
import com.twitter.util.LruMap
12-
import de.heikoseeberger.akkahttpjson4s.Json4sSupport
1312
import io.iohk.ethereum.domain.{Address, Transaction}
1413
import io.iohk.ethereum.keystore.KeyStore
1514
import io.iohk.ethereum.mallet.service.RpcClient
@@ -23,8 +22,7 @@ class FaucetApi(
2322
keyStore: KeyStore,
2423
config: FaucetConfig,
2524
clock: Clock = Clock.systemUTC())
26-
extends Json4sSupport
27-
with Logger {
25+
extends Logger {
2826

2927
private val latestRequestTimestamps = new LruMap[RemoteAddress, Long](config.latestTimestampCacheSize)
3028

0 commit comments

Comments
 (0)