Skip to content

Commit 23f253d

Browse files
committed
Remove unused import statement
1 parent 33f3583 commit 23f253d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/main/twirl/gitbucket/gist/commentform.scala.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@(gist: gitbucket.gist.model.Gist)(implicit context: gitbucket.core.controller.Context)
2-
@import gitbucket.core.view.helpers
32
@if(context.loginAccount.isDefined){
43
<hr/><br/>
54
<form method="POST" validate="true" action="@context.path/gist/@gist.userName/@gist.repositoryName/_comment">

0 commit comments

Comments
 (0)