-
Sander Mathijs van Veen authored
Removed hasattr() check, because hasattr() will call getattr() internally anyway. If hasattr() fails, it means that getattr() has failed. So, there is no need to call hasattr() before getattr().
cd6e964d
Removed hasattr() check, because hasattr() will call getattr() internally anyway. If hasattr() fails, it means that getattr() has failed. So, there is no need to call hasattr() before getattr().