Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed May 8, 2024
1 parent f625582 commit cb41b9e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scala/workers/zinc/repl/ReplRunner.scala
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
package rules_scala
package workers.zinc.repl

import workers.common.{AnnexLogger, AnnexScalaInstance, Bazel, FileUtil, LogLevel, TopClassLoader}

import java.io.File
import java.nio.file.{Files, Path, Paths}
import java.net.URLClassLoader
import java.util.Collections

import scala.jdk.CollectionConverters.*
import scala.language.unsafeNulls

import sbt.internal.inc.{PlainVirtualFile, PlainVirtualFileConverter, ZincUtil}
import sbt.internal.inc.classpath.ClassLoaderCache
import scopt.OParser
import xsbti.Logger

import workers.common.{AnnexLogger, AnnexScalaInstance, Bazel, LogLevel, TopClassLoader}

final case class ReplRunnerArguments(
logLevel: LogLevel = LogLevel.Warn
Expand Down

0 comments on commit cb41b9e

Please sign in to comment.