mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 13:04:47 +00:00
Directly set self.value
This commit is contained in:
@@ -72,7 +72,7 @@ class _Entry(object):
|
||||
__slots__ = ["value"]
|
||||
|
||||
def __init__(self, value):
|
||||
object.__setattr__(self, "value", value)
|
||||
self.value = value
|
||||
|
||||
|
||||
def _strip_and_count_entires(d):
|
||||
|
||||
Reference in New Issue
Block a user