remove stddefects import (#618)

This commit is contained in:
tersec 2023-06-11 12:14:10 +00:00 committed by GitHub
parent 99d980c3f6
commit d766fc435e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import
std/[os, strutils],
stew/[io2, results, shims/stddefects],
stew/[io2, results],
unittest2,
../../eth/[rlp, common]