chore: fix linter warning

This commit is contained in:
Steven
2024-10-16 23:11:34 +08:00
parent 68c2bd3837
commit 009534f1cf

View File

@ -4,11 +4,11 @@ import (
"context"
"fmt"
"github.com/pkg/errors"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/emptypb"
"github.com/pkg/errors"
v1pb "github.com/usememos/memos/proto/gen/api/v1"
"github.com/usememos/memos/store"
)