Skip to content

Commit 5db9fb9

Browse files
committed
[ETCM-275] Move import to the top of the file
1 parent 4823d44 commit 5db9fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/iohk/ethereum/blockchain/sync/SyncStateSchedulerActor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package io.iohk.ethereum.blockchain.sync
22

33
import akka.actor.{Actor, ActorLogging, ActorRef, Props, Timers}
4+
import akka.pattern.pipe
45
import akka.util.ByteString
56
import cats.data.NonEmptyList
67
import io.iohk.ethereum.blockchain.sync.LoadableBloomFilter.BloomFilterLoadingResult
@@ -191,7 +192,6 @@ class SyncStateSchedulerActor(
191192
restartRequester ! WaitingForNewTargetBlock
192193
context.become(idle(currentStats.addSaved(currentState.memBatch.size)))
193194
}
194-
import akka.pattern.pipe
195195

196196
// scalastyle:off cyclomatic.complexity method.length
197197
def syncing(currentState: SyncSchedulerActorState): Receive =

0 commit comments

Comments
 (0)