mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
[cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user