Skip to content

Commit a1c4bfe

Browse files
fix: update cns/restserver/nodesubnet.go
Co-authored-by: Timothy J. Raymond <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]>
1 parent f94cb77 commit a1c4bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/nodesubnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/Azure/azure-container-networking/cns/logger"
99
nodesubnet "github.com/Azure/azure-container-networking/cns/nodesubnet"
1010
"github.com/Azure/azure-container-networking/cns/types"
11-
errors "github.com/pkg/errors"
11+
"github.com/pkg/errors"
1212
)
1313

1414
var _ nodesubnet.IPConsumer = &HTTPRestService{}

0 commit comments

Comments
 (0)