cleanup garbage

This commit is contained in:
gmega 2024-05-08 18:57:03 -03:00
parent 0c3803002b
commit 9468efd21b
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
3 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@ import std/times
import pkg/ethers
import pkg/chronos
import pkg/stint
import pkg/upraises
import ../clock
import ../conf

View File

@ -7,8 +7,3 @@ proc asyncSpawn*(future: Future[void], ignore: type CatchableError) =
except ignore:
discard
asyncSpawn ignoringError()
proc asyncSpawn*[T](future: Future[T]): void =
proc task() {.async.} = discard await future
asyncSpawn task()

View File

@ -8,7 +8,6 @@ import pkg/codexdht/discv5/node as dn
import pkg/serde/json
import pkg/questionable/results
import ../errors
import exceptions
export json