报告 import 表达式中不必要的大括号。

示例:


  import scala.math.{max}

在应用快速修复后:


  import scala.math.max