summaryrefslogtreecommitdiffstats
path: root/modules/context/org.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/context/org.go')
-rw-r--r--modules/context/org.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/context/org.go b/modules/context/org.go
index 880554a4b1..3804e210e6 100644
--- a/modules/context/org.go
+++ b/modules/context/org.go
@@ -7,10 +7,9 @@ package context
import (
"strings"
- "gopkg.in/macaron.v1"
-
"github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/setting"
+ macaron "gopkg.in/macaron.v1"
)
type Organization struct {