Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Nov 12, 2024
1 parent c0e8353 commit eeeab04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sda/internal/database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import (
"time"

log "github.com/sirupsen/logrus"

// Needed implicitly to enable Postgres driver
_ "github.com/lib/pq"
)

// DBConf stores information about how to connect to the database backend
Expand Down

0 comments on commit eeeab04

Please sign in to comment.