Fix linting

This commit is contained in:
Till Faelligen 2024-11-14 16:40:08 +01:00
parent 3ca9dae95a
commit 11b48749bf
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
51 changed files with 68 additions and 65 deletions

View file

@ -10,7 +10,6 @@ import (
"context"
"encoding/json"
"github.com/getsentry/sentry-go"
roomserverAPI "github.com/element-hq/dendrite/roomserver/api"
"github.com/element-hq/dendrite/setup/config"
"github.com/element-hq/dendrite/setup/jetstream"
@ -20,6 +19,7 @@ import (
"github.com/element-hq/dendrite/syncapi/streams"
"github.com/element-hq/dendrite/syncapi/types"
"github.com/element-hq/dendrite/userapi/api"
"github.com/getsentry/sentry-go"
"github.com/nats-io/nats.go"
"github.com/sirupsen/logrus"
)

View file

@ -14,7 +14,6 @@ import (
"errors"
"fmt"
"github.com/getsentry/sentry-go"
"github.com/element-hq/dendrite/internal/fulltext"
"github.com/element-hq/dendrite/internal/sqlutil"
"github.com/element-hq/dendrite/roomserver/api"
@ -28,6 +27,7 @@ import (
"github.com/element-hq/dendrite/syncapi/streams"
"github.com/element-hq/dendrite/syncapi/synctypes"
"github.com/element-hq/dendrite/syncapi/types"
"github.com/getsentry/sentry-go"
"github.com/matrix-org/gomatrixserverlib/spec"
"github.com/nats-io/nats.go"
"github.com/sirupsen/logrus"