postgres: removed unused code (#84736)

sql: removed unused code
This commit is contained in:
Gábor Farkas 2024-03-20 09:28:42 +01:00 committed by GitHub
parent f3e5ad00d6
commit fba2b61408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,6 @@ import (
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/tsdb/sqleng"
_ "github.com/lib/pq"
)
var updateGoldenFiles = false