code style fixed

This commit is contained in:
Nicolas 2025-07-28 16:07:57 +02:00
parent 97e44b8dbf
commit 1ef9385610
1 changed files with 1 additions and 2 deletions

View File

@ -84,4 +84,3 @@ if __name__ == "__main__":
write_classes(f, ['*'], 'pelfy', title='ELF Classes', exclude=['elf_list', 'relocation_list', 'section_list', 'symbol_list'],)
write_classes(f, ['*_list'], 'pelfy', title='ELF Lists')