Update structs.py (#392)
authorBrendan Haines <brendanhaines@users.noreply.github.com>
Thu, 13 Jan 2022 23:07:39 +0000 (16:07 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 23:07:39 +0000 (15:07 -0800)
Remove unused imports

elftools/elf/structs.py

index f9bf6860ad966c4d1c3a5ffd56ca525f7c552228..6a1d2aaaf36022a9f498bc7c54bb1d987b8d9465 100644 (file)
@@ -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,