Remove unused import statement.

This commit is contained in:
takezoe
2013-10-29 11:52:42 +09:00
parent afb2306904
commit 382c5c55ec

View File

@@ -57,7 +57,6 @@ object helpers extends AvatarImageProvider with LinkConverter with RequestCache
value value
} }
import scala.util.matching.Regex
import scala.util.matching.Regex._ import scala.util.matching.Regex._
implicit class RegexReplaceString(s: String) { implicit class RegexReplaceString(s: String) {
def replaceAll(pattern: String, replacer: (Match) => String): String = { def replaceAll(pattern: String, replacer: (Match) => String): String = {