Skip to content
Snippets Groups Projects
Commit fb729980 authored by Erik Johnston's avatar Erik Johnston
Browse files

Directly set self.value

parent c046630c
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment