From: Brendan Haines Date: Thu, 13 Jan 2022 23:07:39 +0000 (-0700) Subject: Update structs.py (#392) X-Git-Tag: v0.28~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dedef1488f2155ea1fb81c9890717f6b850f458a;p=pyelftools.git Update structs.py (#392) Remove unused imports --- 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,