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) {