Remove unused import statement.

This commit is contained in:
takezoe
2013-06-28 13:18:59 +09:00
parent bb863962c0
commit a5cb3bc9cd

View File

@@ -3,7 +3,6 @@ package app
import jp.sf.amateras.scalatra.forms._
import service._
import util.WritableRepositoryAuthenticator
import org.scalatra._
class LabelsController extends LabelsControllerBase
with LabelsService with RepositoryService with AccountService with WritableRepositoryAuthenticator