From 54e4ca3c8bc2e9efdf1797a5d65ad4df5ca1de09 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Tue, 27 Aug 2024 20:37:16 +0100 Subject: [PATCH] removed unecessary reference --- norg/utils/run.nim | 2 -- 1 file changed, 2 deletions(-) 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: