Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 18, 2024
1 parent 5d0076a commit 715b729
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions clients/bigquery/dialect/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import (
)

const (
BQStreamingTimeFormat = "15:04:05"

bqLayout = "2006-01-02 15:04:05 MST"
)

Expand Down
1 change: 0 additions & 1 deletion lib/typing/ext/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package ext
import "time"

const (
BigQueryDateTimeFormat = "2006-01-02 15:04:05.999999"
ISO8601 = "2006-01-02T15:04:05.999-07:00"
PostgresDateFormat = "2006-01-02"
PostgresTimeFormat = "15:04:05.999999-07" // microsecond precision
Expand Down

0 comments on commit 715b729

Please sign in to comment.