diff --git a/src/nimblepkg/nimscriptsupport.nim b/src/nimblepkg/nimscriptsupport.nim index a5dda4c..447b9e5 100644 --- a/src/nimblepkg/nimscriptsupport.nim +++ b/src/nimblepkg/nimscriptsupport.nim @@ -12,7 +12,7 @@ import from compiler/scriptconfig import setupVM from compiler/idents import getIdent -from compiler/astalgo import strTableGet, `$` +from compiler/astalgo import strTableGet import nimbletypes, version import os, strutils @@ -182,4 +182,4 @@ proc listTasks*(scriptName: string) = execScript(scriptName) # TODO: Make the 'task' template generate explicit data structure containing # all the task names + descriptions. - cleanup() \ No newline at end of file + cleanup()