Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
y-f-u committed Mar 25, 2024
1 parent 3b504fa commit 4097cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceleration/pkg/flightsql/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
)

func NewDB(connection string) *sql.DB {
// Open the connection to an SQLite backend
db, err := sql.Open("flightsql", connection)
if err != nil {
panic(err)
Expand Down

0 comments on commit 4097cdc

Please sign in to comment.