client: remove unused import

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-10-29 11:21:52 -05:00
parent c5e318dbde
commit 6cf02b5cba
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"
)