From b96a80b4f7e2f5992ab6f9bb9f21757d83c024f4 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Tue, 3 Feb 2026 18:51:08 -0600 Subject: [PATCH] update imports --- setup/arch/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch/install.py b/setup/arch/install.py index ece4925..2d0a908 100644 --- a/setup/arch/install.py +++ b/setup/arch/install.py @@ -1,6 +1,6 @@ import subprocess +import config from pathlib import Path -from arch import config def sym_link_dir():