bunch icon indicating copy to clipboard operation
bunch copied to clipboard

remove redudant code from __getattr__

Open olivecoder opened this issue 8 years ago • 0 comments

The method getattr is called as a fallback method for getattribute hence the removed call always fails and is unnecessary.

olivecoder avatar Nov 20 '17 11:11 olivecoder