remove unused argument

This commit is contained in:
Tegiminis 2022-07-10 03:48:54 -07:00
parent 95d7cde7ef
commit dfcc5fb5c0

View file

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