bunch
bunch copied to clipboard
remove redudant code from __getattr__
The method getattr is called as a fallback method for getattribute hence the removed call always fails and is unnecessary.