Skip to content

Commit

Permalink
refactor(user_admin): reorganize import statements for better readabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
LinkinStars committed Jan 7, 2025
1 parent c450e7c commit 16da18d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions internal/service/user_admin/user_backyard.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,23 @@ package user_admin
import (
"context"
"fmt"
"net/mail"
"strings"
"time"
"unicode"

"github.com/apache/answer/internal/base/constant"
"github.com/apache/answer/internal/base/handler"
"github.com/apache/answer/internal/base/translator"
"github.com/apache/answer/internal/base/validator"
answercommon "github.com/apache/answer/internal/service/answer_common"
"github.com/apache/incubator-answer/internal/service/badge"
"github.com/apache/answer/internal/service/badge"
"github.com/apache/answer/internal/service/comment_common"
"github.com/apache/answer/internal/service/export"
notificationcommon "github.com/apache/incubator-answer/internal/service/notification_common"
"github.com/apache/incubator-answer/internal/service/plugin_common"
notificationcommon "github.com/apache/answer/internal/service/notification_common"
"github.com/apache/answer/internal/service/plugin_common"
questioncommon "github.com/apache/answer/internal/service/question_common"
"github.com/apache/answer/pkg/token"
"net/mail"
"strings"
"time"
"unicode"

"github.com/apache/answer/internal/base/pager"
"github.com/apache/answer/internal/base/reason"
Expand Down

0 comments on commit 16da18d

Please sign in to comment.