From 273dd86b6519b7d7d84a956efd3fd4381f9eafa0 Mon Sep 17 00:00:00 2001 From: Lucaskyy Date: Wed, 22 Jun 2022 15:04:05 +0200 Subject: [PATCH] chore: remove ExtFile import --- src/main/kotlin/app/revanced/patcher/PatcherResult.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patcher/PatcherResult.kt b/src/main/kotlin/app/revanced/patcher/PatcherResult.kt index 0ed3968..b7007d6 100644 --- a/src/main/kotlin/app/revanced/patcher/PatcherResult.kt +++ b/src/main/kotlin/app/revanced/patcher/PatcherResult.kt @@ -1,7 +1,6 @@ package app.revanced.patcher import app.revanced.patcher.util.dex.DexFile -import brut.directory.ExtFile import java.io.File /**