minor fixes for std prefix in the compiler (#23269)

This commit is contained in:
ringabout
2024-01-31 00:03:02 +08:00
committed by GitHub
parent 857b35c602
commit 98b083d750

View File

@@ -11,8 +11,8 @@
import
ast, modules, condsyms,
options, llstream, lineinfos, vm,
vmdef, modulegraphs, idents, os, pathutils,
scriptconfig, std/[compilesettings, tables]
vmdef, modulegraphs, idents, pathutils,
scriptconfig, std/[compilesettings, tables, os]
import pipelines