lint + tidy

This commit is contained in:
tsmethurst 2021-03-22 22:25:36 +01:00
commit 6037f709af
3 changed files with 1 additions and 4 deletions

View file

@ -32,7 +32,6 @@ import (
"github.com/go-pg/pg/v10/orm"
"github.com/gotosocial/gotosocial/internal/config"
"github.com/gotosocial/gotosocial/internal/gtsmodel"
"github.com/gotosocial/oauth2/v4"
"github.com/sirupsen/logrus"
)
@ -42,7 +41,6 @@ type postgresService struct {
conn *pg.DB
log *logrus.Entry
cancel context.CancelFunc
tokenStore oauth2.TokenStore
federationDB pub.Database
}