Skip to content

Commit 5bd4239

Browse files
satyaogbreuleux
andauthored
Update src/paperoni/collection/memcoll.py
Co-authored-by: Olivier Breuleux <[email protected]>
1 parent 9be4698 commit 5bd4239

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/paperoni/collection/memcoll.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def serieux_serialize(cls, obj, ctx, cn):
4444

4545
@classmethod
4646
def serieux_deserialize(cls, obj, ctx, cn):
47-
if not isinstance(obj, dict):
48-
breakpoint()
4947
rval = cls(
5048
last_id=deserialize(int, obj["_last_id"]),
5149
exclusions=deserialize(set[str], obj["_exclusions"]),

0 commit comments

Comments
 (0)