erocarrera / pefile

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

Replace base class name with super() #413

Closed j-t-1 closed 2 months ago

j-t-1 commented 4 months ago

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