Removed unused import

This commit is contained in:
kolaente 2017-12-29 22:21:21 +01:00 committed by Konrad
parent 8931ced50e
commit df638db68e
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -7,7 +7,6 @@ package repo
import (
"fmt"
"net/http"
"strconv"
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/context"