Cleanup imports

This commit is contained in:
Mamy André-Ratsimbazafy 2019-03-11 12:22:35 +01:00
parent 241f62ed8d
commit bed6909f33
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import
bitops, chronicles, options, sequtils, sets, tables,
bitops, chronicles, options, tables,
ssz, beacon_chain_db, state_transition, extras,
spec/[crypto, datatypes, digest, helpers],
spec/[crypto, datatypes, digest],
beacon_node_types
proc link(parent, child: BlockRef) =

View File

@ -1,7 +1,7 @@
import
tables, random,
tables,
chronos,
spec/[datatypes, crypto, digest, helpers], ssz,
spec/[datatypes, crypto, helpers], ssz,
beacon_node_types