From dedef1488f2155ea1fb81c9890717f6b850f458a Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 13 Jan 2022 16:07:39 -0700 Subject: [PATCH] Update structs.py (#392) Remove unused imports --- elftools/elf/structs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elftools/elf/structs.py b/elftools/elf/structs.py index f9bf686..6a1d2aa 100644 --- a/elftools/elf/structs.py +++ b/elftools/elf/structs.py @@ -7,7 +7,6 @@ # Eli Bendersky (eliben@gmail.com) # This code is in the public domain #------------------------------------------------------------------------------- -from elftools.construct.macros import AlignedStruct, IfThenElse, UNInt8 from ..construct import ( UBInt8, UBInt16, UBInt32, UBInt64, ULInt8, ULInt16, ULInt32, ULInt64, -- 2.30.2