mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #91 from chris-crone/appease-linter
Fix import order of cli/options
This commit is contained in:
commit
747258d452
@ -28,8 +28,8 @@
|
||||
package options
|
||||
|
||||
import (
|
||||
apicontext "github.com/docker/api/context"
|
||||
cliconfig "github.com/docker/api/cli/config"
|
||||
apicontext "github.com/docker/api/context"
|
||||
)
|
||||
|
||||
// GlobalOpts contains the global CLI options
|
||||
|
Loading…
x
Reference in New Issue
Block a user