Revert "remove unused argument"

This reverts commit 296c966ae6.
This commit is contained in:
Tegiminis 2022-07-10 03:55:52 -07:00
parent 296c966ae6
commit 38606f4edb

View file

@ -211,7 +211,7 @@ class AttributeProperty:
"""
self._key = name
def __get__(self, instance):
def __get__(self, instance, owner):
"""
Called when the attrkey is retrieved from the instance.