Skip to content

Commit 3a487fd

Browse files
committed
remove anypb import aliasing
Signed-off-by: Akhil Mohan <[email protected]>
1 parent 2710887 commit 3a487fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/containerd/containers/containers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"context"
3434
"time"
3535

36-
anypb "google.golang.org/protobuf/types/known/anypb"
36+
"google.golang.org/protobuf/types/known/anypb"
3737
)
3838

3939
// Container represents the set of data pinned by a container. Unless otherwise

0 commit comments

Comments
 (0)