From 149251cab96741dfd2dd6edd4715589ba92b8480 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 21 May 2020 23:28:47 -0700 Subject: [PATCH] [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426) --- compiler/semparallel.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/semparallel.nim b/compiler/semparallel.nim index e27e85e04c..578687e6c7 100644 --- a/compiler/semparallel.nim +++ b/compiler/semparallel.nim @@ -22,7 +22,7 @@ # - output slices need special logic (+) import - ast, astalgo, idents, lowerings, magicsys, guards, sempass2, msgs, + ast, astalgo, idents, lowerings, magicsys, guards, msgs, renderer, types, modulegraphs, options, spawn, lineinfos from trees import getMagic, isTrue, getRoot