diff --git a/norg/utils/run.nim b/norg/utils/run.nim index 11b0c39..05784d9 100644 --- a/norg/utils/run.nim +++ b/norg/utils/run.nim @@ -1,8 +1,6 @@ import strformat import osproc -import ../model/maintenance_type - proc run*(cmd: string): int = echo fmt"Trying to run : {cmd}" try: