Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 178 Bytes

useless-object-inheritance.md

File metadata and controls

7 lines (4 loc) · 178 Bytes

Pattern: Useless object inheritance

Issue: -

Description

Used when a class inherit from object, which under Python 3 is implicit, hence can be safely removed from bases.