Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala committed Feb 6, 2025
1 parent 17a6aae commit 6707643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import java.{util => ju}

import scala.collection.compat._
import scala.collection.mutable
import scala.reflect.NameTransformer
import scala.reflect.internal.{Flags => gf}
import scala.reflect.io.VirtualDirectory
import scala.tools.nsc.Settings
Expand All @@ -17,7 +18,6 @@ import scala.{meta => m}

import scala.meta.internal.semanticdb.scalac.SemanticdbOps
import scala.meta.io.AbsolutePath
import scala.reflect.NameTransformer

object ScalafixGlobal {
def newCompiler(
Expand Down

0 comments on commit 6707643

Please sign in to comment.