Merge pull request #43785 from thaJeztah/fix_import

This commit is contained in:
Samuel Karp 2022-07-08 21:20:22 -07:00 committed by GitHub
commit ea2011360c
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"
import (
"bytes"
"errors"
"golang.org/x/sys/unix"