Skip to content

Commit

Permalink
chore: remove clickhouse underscore import (#220)
Browse files Browse the repository at this point in the history
rationale: clients open `*db.SQL` on it own, so it is not in a scope of
library to import particular db driver
  • Loading branch information
slsyy authored Oct 19, 2024
1 parent 2c3e72a commit ef93f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package testfixtures
import (
"database/sql"
"fmt"

_ "github.com/ClickHouse/clickhouse-go/v2"
)

type clickhouse struct {
Expand Down

0 comments on commit ef93f5c

Please sign in to comment.