diff options
-rw-r--r-- | immutables/map.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/immutables/map.py b/immutables/map.py index 3ea4656..a8cffd4 100644 --- a/immutables/map.py +++ b/immutables/map.py @@ -740,8 +740,7 @@ class MapMutation: it = iter(kw.items()) if it is None: - - return self + return root = self.__root count = self.__count |