Skip to content

Commit 4f740a1

Browse files
Remove the wrong import
1 parent 53e13f6 commit 4f740a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

environs/space/spaces.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ package space
55

66
import (
77
"github.com/juju/errors"
8+
"github.com/juju/loggo"
9+
810
"github.com/juju/juju/core/instance"
911
"github.com/juju/juju/core/network"
1012
"github.com/juju/juju/environs"
1113
"github.com/juju/juju/environs/context"
12-
"github.com/lxc/lxd/shared/logger"
1314
)
1415

16+
var logger = loggo.GetLogger("juju.environs.space")
17+
1518
// ReloadSpacesState defines an in situ point of use type for ReloadSpaces
1619
type ReloadSpacesState interface {
1720
// SaveProviderSpaces loads providerSpaces into state.

0 commit comments

Comments
 (0)