From 183eaaa57714694694f5dea5f896556db4b96325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 3 Jul 2019 01:05:07 +0200 Subject: [PATCH] remove redundant import --- unittest2.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest2.nim b/unittest2.nim index 8a9537e..aeee817 100644 --- a/unittest2.nim +++ b/unittest2.nim @@ -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