fix: remove unused var
This commit is contained in:
parent
6da1e66252
commit
f52fe7d179
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user