Fix lint
This commit is contained in:
parent
bef22f5756
commit
911e5b22ee
1 changed files with 2 additions and 1 deletions
|
@ -17,12 +17,13 @@
|
|||
package user
|
||||
|
||||
import (
|
||||
"code.vikunja.io/api/pkg/db"
|
||||
"errors"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"time"
|
||||
|
||||
"code.vikunja.io/api/pkg/db"
|
||||
|
||||
"xorm.io/xorm"
|
||||
|
||||
"code.vikunja.io/web"
|
||||
|
|
Loading…
Reference in a new issue