mirror of https://github.com/usememos/memos.git
chore: fix static check linter warnings
This commit is contained in:
parent
ba615172b0
commit
b623162d37
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
|
||||
apiv1 "github.com/usememos/memos/proto/gen/api/v1"
|
||||
v1 "github.com/usememos/memos/server/router/api/v1"
|
||||
v1 "github.com/usememos/memos/server/router/api/v1" //nolint:revive
|
||||
"github.com/usememos/memos/store"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue