Merge pull request #44611 from thaJeztah/remove_stray_import

libcontainerd/remote: remove stray import comment
This commit is contained in:
Sebastiaan van Stijn 2022-12-08 23:53:24 +01:00 committed by GitHub
commit 3cfd3e626c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@ import (
"github.com/containerd/containerd/cio"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
// "golang.org/x/net/context"
)
type delayedConnection struct {