refactor: optimized imports

This commit is contained in:
Marvin Zhang
2024-11-22 13:59:41 +08:00
parent 4d1bf18d15
commit 7a97b709b3

View File

@@ -10,12 +10,11 @@ import (
"time"
"github.com/apex/log"
"github.com/crawlab-team/crawlab/core/utils"
"github.com/crawlab-team/crawlab/grpc"
"github.com/crawlab-team/crawlab/core/constants"
"github.com/crawlab-team/crawlab/core/models/models"
"github.com/crawlab-team/crawlab/core/models/service"
"github.com/crawlab-team/crawlab/core/utils"
"github.com/crawlab-team/crawlab/grpc"
"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"