Skip to content

Commit ae615bc

Browse files
committed
fixed verify pipeline
1 parent aa8678c commit ae615bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apix/v1alpha2/inferencepool_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package v1alpha2
1818

1919
import (
2020
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21-
"sigs.k8s.io/gateway-api-inference-extension/api/v1"
21+
v1 "sigs.k8s.io/gateway-api-inference-extension/api/v1"
2222
)
2323

2424
// InferencePool is the Schema for the InferencePools API.

0 commit comments

Comments
 (0)