From f52fe7d179aaf9f99e19cd4594ca284ee7fe4bc5 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 16 Nov 2025 13:43:31 +0100 Subject: [PATCH] fix: remove unused var --- cmd/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/utils.go b/cmd/utils.go index cc718341..3ed5c989 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -66,7 +66,6 @@ type pythonConfig struct { type pythonData struct { hadDB bool store *storage.Storage - err error } func dbExists(path string) (bool, error) {