Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed May 7, 2024
1 parent cfa8026 commit 8451f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/scala/co/uproot/abandon/App.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package co.uproot.abandon

import java.util.zip.{ZipEntry, ZipInputStream}
import java.io.{ByteArrayOutputStream, BufferedInputStream, FileInputStream}
import scala.collection.mutable.Map

import co.uproot.abandon.Helper.maxElseZero
import co.uproot.abandon.web.WebAPI
Expand Down Expand Up @@ -362,6 +361,7 @@ object CLIApp {
}

object ZipFileReader {
import scala.collection.mutable.Map

def readZipFile(zipInputStream: ZipInputStream): Map[String, Array[Byte]] = {
val fileMap = Map[String, Array[Byte]]()
Expand Down

0 comments on commit 8451f23

Please sign in to comment.