erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.83k stars 516 forks source link

Replace base class name with super() #413

Open j-t-1 opened 3 weeks ago

j-t-1 commented 3 weeks ago

In SectionStructure replace base class name with super() when calling init() . Also drop the self argument to reduce boilerplate.