Commit 9fbf32c0 authored by Tres Seaver's avatar Tres Seaver

- Remove unneeded delegation.

parent 4e4a001d
......@@ -537,10 +537,6 @@ def guarded_getattr(inst, name, default=_marker):
return default
raise
return _verify_attribute_access(inst, name, v)
def _verify_attribute_access(inst, name, v):
try:
container = v.im_self
except AttributeError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment