mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Removes unused default_factory arg.
This commit is contained in:
parent
470c2ebef7
commit
b78c9eb324
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class AttributeProperty:
|
|||
|
||||
attrhandler_name = "attributes"
|
||||
|
||||
def __init__(self, default=None, default_factory=None, category=None, strattr=False, lockstring="", autocreate=True):
|
||||
def __init__(self, default=None, category=None, strattr=False, lockstring="", autocreate=True):
|
||||
"""
|
||||
Initialize an Attribute as a property descriptor.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue