Remove unused datatypes import from ssz (#3019)

This commit is contained in:
Kim De Mey 2021-10-21 19:31:43 +02:00 committed by GitHub
parent 5339800ae4
commit f88b7f60ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
import
std/[strutils, parseutils],
stew/objects, faststreams/outputs, json_serialization/writer,
../spec/datatypes/base,
./codec, ./types, ./navigator
export