Fix unused import in OC\Archive\ZIP

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-02-24 12:34:32 +01:00
parent c9100e3d44
commit 153eca8ef0
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -32,7 +32,6 @@
namespace OC\Archive;
use Icewind\Streams\CallbackWrapper;
use OCP\ILogger;
use Psr\Log\LoggerInterface;
class ZIP extends Archive {