Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Feb 20, 2025
1 parent 9eb9294 commit 06a8c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/controllers/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import (

clientgoscheme "k8s.io/client-go/kubernetes/scheme"

rayclusterv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
autoscalingv1alpha1 "github.com/vllm-project/aibrix/api/autoscaling/v1alpha1"
modelv1alpha1 "github.com/vllm-project/aibrix/api/model/v1alpha1"
orchestrationv1alpha1 "github.com/vllm-project/aibrix/api/orchestration/v1alpha1"
"github.com/vllm-project/aibrix/pkg/features"
rayclusterv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"k8s.io/apimachinery/pkg/runtime"
Expand Down
2 changes: 1 addition & 1 deletion cmd/plugins/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ import (
"k8s.io/client-go/tools/clientcmd"
"k8s.io/klog/v2"

extProcPb "github.com/envoyproxy/go-control-plane/envoy/service/ext_proc/v3"
"github.com/vllm-project/aibrix/pkg/cache"
"github.com/vllm-project/aibrix/pkg/plugins/gateway"
"github.com/vllm-project/aibrix/pkg/utils"
extProcPb "github.com/envoyproxy/go-control-plane/envoy/service/ext_proc/v3"
healthPb "google.golang.org/grpc/health/grpc_health_v1"
)

Expand Down

0 comments on commit 06a8c54

Please sign in to comment.