mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
remove unused argument
This commit is contained in:
parent
248df1a19b
commit
296c966ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue