Skip to content

Commit

Permalink
fix: Removed unused imports
Browse files Browse the repository at this point in the history
With spotlessApply :P
  • Loading branch information
iscle committed Dec 22, 2024
1 parent 3177c24 commit 015990e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import jadx.api.plugins.input.ICodeLoader
import jadx.api.plugins.input.JadxCodeInput
import jadx.api.plugins.utils.CommonFileUtils
import jadx.api.plugins.utils.ZipSecurity
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import java.io.File
import java.nio.file.Path

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import jadx.api.ResourcesLoader
import jadx.api.plugins.CustomResourcesLoader
import jadx.api.plugins.utils.CommonFileUtils
import jadx.api.plugins.utils.ZipSecurity
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import java.io.File

class ApkmCustomResourcesLoader : CustomResourcesLoader {
Expand Down

0 comments on commit 015990e

Please sign in to comment.