feat(kakaotalk): remove unused import for instruction extensions in AllowReplyToFeedPatch

This commit is contained in:
2025-05-23 09:07:38 +09:00
parent bb05341cdb
commit c2c0b8e94a

View File

@ -1,7 +1,6 @@
package app.revanced.patches.kakaotalk.send package app.revanced.patches.kakaotalk.send
import app.revanced.patcher.Fingerprint import app.revanced.patcher.Fingerprint
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
import app.revanced.patcher.extensions.InstructionExtensions.instructions import app.revanced.patcher.extensions.InstructionExtensions.instructions
import app.revanced.patcher.extensions.InstructionExtensions.removeInstruction import app.revanced.patcher.extensions.InstructionExtensions.removeInstruction
import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction