Skip to content

Commit 2fe2614

Browse files
committed
Fix mypy warning
Signed-off-by: Beat Buesser <[email protected]>
1 parent ba39aec commit 2fe2614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/attacks/evasion/pe_malware_attack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ def insert_section(
752752
lief.PE.SECTION_TYPES.RELOCATION,
753753
lief.PE.SECTION_TYPES.RESOURCE,
754754
lief.PE.SECTION_TYPES.TEXT,
755-
lief.PE.SECTION_TYPES.TLS_,
756755
lief.PE.SECTION_TYPES.UNKNOWN,
757756
]
758757
),

0 commit comments

Comments
 (0)