From 9bab5cfbfc055e997814ea626e0775b0be117243 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 3 Feb 2025 06:26:18 -0600 Subject: [PATCH] remove import --- pkgs/oizys/src/oizys/exec.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/oizys/src/oizys/exec.nim b/pkgs/oizys/src/oizys/exec.nim index 3854606..c8574f6 100644 --- a/pkgs/oizys/src/oizys/exec.nim +++ b/pkgs/oizys/src/oizys/exec.nim @@ -4,8 +4,6 @@ import std/[ ] import hwylterm -import hwylterm/spin/spinners # todo: remove after hwylterm update - func addArgs*(cmd: string, args: varargs[string]): string = ## append to string for command