remove redundant import

This commit is contained in:
Ștefan Talpalaru 2019-07-03 01:05:07 +02:00
parent 30c7d332d8
commit 183eaaa577
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -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