Fix unused imports

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Gerhard Lazu 2021-11-22 08:02:28 +00:00 committed by Sam Alba
parent c690387ae2
commit 8ce5b3447f
2 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,5 @@
package docker
import (
"alpha.dagger.io/dagger"
)
TestConfig: {
host: string @dagger(input)
}

View File

@ -1,7 +1,6 @@
package docker
import (
"alpha.dagger.io/dagger"
"alpha.dagger.io/random"
)