fix: remove unused var

This commit is contained in:
Henrique Dias 2025-11-16 13:43:31 +01:00
parent 6da1e66252
commit f52fe7d179
No known key found for this signature in database

View File

@ -66,7 +66,6 @@ type pythonConfig struct {
type pythonData struct { type pythonData struct {
hadDB bool hadDB bool
store *storage.Storage store *storage.Storage
err error
} }
func dbExists(path string) (bool, error) { func dbExists(path string) (bool, error) {