Merge pull request #51332 from austinvazquez/remove-unused-import

client: remove unused import
This commit is contained in:
Sebastiaan van Stijn
2025-10-29 17:58:53 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ import (
"net"
"github.com/moby/moby/api/types"
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/network"
"github.com/moby/moby/api/types/system"
)

View File

@@ -6,7 +6,6 @@ import (
"net"
"github.com/moby/moby/api/types"
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/network"
"github.com/moby/moby/api/types/system"
)