From 8ce5b3447f04e0aa1e84e39bbfe3e8c38772663b Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Mon, 22 Nov 2021 08:02:28 +0000 Subject: [PATCH] Fix unused imports Signed-off-by: Gerhard Lazu Signed-off-by: Sam Alba --- stdlib/docker/tests/command-host/command.cue | 4 ---- stdlib/docker/tests/run-host/simple.cue | 1 - 2 files changed, 5 deletions(-) diff --git a/stdlib/docker/tests/command-host/command.cue b/stdlib/docker/tests/command-host/command.cue index a673a0ff..043eb44c 100644 --- a/stdlib/docker/tests/command-host/command.cue +++ b/stdlib/docker/tests/command-host/command.cue @@ -1,9 +1,5 @@ package docker -import ( - "alpha.dagger.io/dagger" -) - TestConfig: { host: string @dagger(input) } diff --git a/stdlib/docker/tests/run-host/simple.cue b/stdlib/docker/tests/run-host/simple.cue index ad9e4294..98dc7add 100644 --- a/stdlib/docker/tests/run-host/simple.cue +++ b/stdlib/docker/tests/run-host/simple.cue @@ -1,7 +1,6 @@ package docker import ( - "alpha.dagger.io/dagger" "alpha.dagger.io/random" )