1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #43806 from thaJeztah/22.06_backport_fix_import

[22.06 backport] pkg/parsers/operatingsystem: fix stray import
This commit is contained in:
Brian Goff 2022-07-14 08:19:15 -07:00 committed by GitHub
commit e0ba440909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@
package operatingsystem // import "github.com/docker/docker/pkg/parsers/operatingsystem" package operatingsystem // import "github.com/docker/docker/pkg/parsers/operatingsystem"
import ( import (
"bytes"
"errors" "errors"
"golang.org/x/sys/unix" "golang.org/x/sys/unix"