mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 02:56:08 +01:00
Remove unused import statement.
This commit is contained in:
@@ -3,7 +3,6 @@ package app
|
|||||||
import jp.sf.amateras.scalatra.forms._
|
import jp.sf.amateras.scalatra.forms._
|
||||||
import service._
|
import service._
|
||||||
import util.WritableRepositoryAuthenticator
|
import util.WritableRepositoryAuthenticator
|
||||||
import org.scalatra._
|
|
||||||
|
|
||||||
class LabelsController extends LabelsControllerBase
|
class LabelsController extends LabelsControllerBase
|
||||||
with LabelsService with RepositoryService with AccountService with WritableRepositoryAuthenticator
|
with LabelsService with RepositoryService with AccountService with WritableRepositoryAuthenticator
|
||||||
|
|||||||
Reference in New Issue
Block a user