Skip to content

Commit

Permalink
Eliminate unused import of ZipException (flutter#7429)
Browse files Browse the repository at this point in the history
Use of this class was eliminated in flutter#7398.
  • Loading branch information
cbracken authored Jan 9, 2019
1 parent b972f75 commit 20d70d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import java.util.concurrent.ExecutionException;
import java.util.zip.CRC32;
import java.util.zip.ZipEntry;
import java.util.zip.ZipException;
import java.util.zip.ZipFile;

/**
Expand Down

0 comments on commit 20d70d2

Please sign in to comment.