From 5917c506aace5f093fe8e14c58d6f172651686fd Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 22 Jun 2023 10:32:33 +0300 Subject: [PATCH] fastfap.py: cleanup unused imports --- scripts/fastfap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/fastfap.py b/scripts/fastfap.py index c84af95d1..95e32c37b 100755 --- a/scripts/fastfap.py +++ b/scripts/fastfap.py @@ -8,7 +8,6 @@ from collections import defaultdict from dataclasses import dataclass from elftools.elf.elffile import ELFFile -from elftools.elf.enums import ENUM_RELOC_TYPE_ARM from elftools.elf.relocation import RelocationSection from elftools.elf.sections import SymbolTableSection from fbt.sdk.hashes import gnu_sym_hash