Reports unnecessary curly braces in an import expression.

Example:


  import scala.math.{max}

After the quick-fix is applied:


  import scala.math.max