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
1 changed files with 0 additions and 1 deletions

View File

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