Redundent if Statement

The 'if' statement is redundant, because __getattr__ method only gets
invoked for attributes that are not in the __dict__ attribute, therefore,
if __getattr__ is called it means that the attribute is not in __dict__

Change-Id: I68b975c2e03395db90d421e3180cea81e9af271b
1 file changed