Remove the (possibly) dead code that performs an early return with if bases == (object,)
in _coclass_meta
.
#655
Labels
good first issue
Good for newcomers
Whether it’s a remnant of Python 2.x or a legacy from the early stages of this project, there is dead code as shown below.
comtypes/comtypes/_meta.py
Lines 44 to 62 in d80810b
If it can be confirmed that removing it poses no problems, I believe the codebase would be more readable without this section.
The text was updated successfully, but these errors were encountered: