mirror of
https://github.com/status-im/nim-unittest2.git
synced 2025-02-19 21:28:08 +00:00
remove redundant import
This commit is contained in:
parent
30c7d332d8
commit
183eaaa577
@ -129,7 +129,7 @@ else:
|
||||
const paralleliseTests* = false
|
||||
|
||||
when paralleliseTests:
|
||||
import threadpool, locks
|
||||
import threadpool
|
||||
|
||||
# repeatedly calling sync() without waiting for results - on procs that don't
|
||||
# return any - doesn't work properly (probably due to gSomeReady getting its
|
||||
|
Loading…
x
Reference in New Issue
Block a user