[cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426)

This commit is contained in:
Timothee Cour
2020-05-21 23:28:47 -07:00
committed by GitHub
parent 3eaa870c0a
commit 149251cab9

View File

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