remove stew/bitseqs import (#3181)

There are multiple copies of `bitseqs` (`nim-stew`, `nim-eth`, and
`nim-ssz-serialization`). To avoid confusion, this patch removes the
final remaining reference of a non-`nim-ssz-serialization` copy.
This commit is contained in:
Etan Kissling 2021-12-10 15:51:50 +01:00 committed by GitHub
parent 4be7e800f2
commit 4999e58e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import
# Third-party libraries
normalize,
# Status libraries
stew/[results, bitseqs, bitops2], stew/shims/macros,
stew/[results, bitops2], stew/shims/macros,
bearssl, eth/keyfile/uuid, blscurve, json_serialization,
nimcrypto/[sha2, rijndael, pbkdf2, bcmode, hash, scrypt],
# Local modules