Browse Source

Merge pull request #43785 from thaJeztah/fix_import

Samuel Karp 3 years ago
parent
commit
ea2011360c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/parsers/operatingsystem/operatingsystem_unix.go

+ 0 - 1
pkg/parsers/operatingsystem/operatingsystem_unix.go

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