summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/code_frequency.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/repo/code_frequency.go')
-rw-r--r--routers/web/repo/code_frequency.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/repo/code_frequency.go b/routers/web/repo/code_frequency.go
index 48ade655b7..c76f492da0 100644
--- a/routers/web/repo/code_frequency.go
+++ b/routers/web/repo/code_frequency.go
@@ -8,7 +8,7 @@ import (
"net/http"
"code.gitea.io/gitea/modules/base"
- "code.gitea.io/gitea/modules/context"
+ "code.gitea.io/gitea/services/context"
contributors_service "code.gitea.io/gitea/services/repository"
)