Merge pull request #31687 from frappe/revert-31666-add-slots
Revert "fix: add `__slots__` to NamespaceDict"
This commit is contained in:
commit
768202a2d2
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ SERVER_SCRIPT_FILE_PREFIX = "<serverscript>"
|
|||
class NamespaceDict(frappe._dict):
|
||||
"""Raise AttributeError if function not found in namespace"""
|
||||
|
||||
__slots__ = ()
|
||||
__getattribute__ = dict.__getattribute__
|
||||
|
||||
def __getattr__(self, key):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue