Skip to content

Commit ca9f004

Browse files
Update codeflash/verification/comparator.py
1 parent 4b41d14 commit ca9f004

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/verification/comparator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ def comparator(orig: Any, new: Any, superset_obj=False) -> bool:
172172
return True
173173

174174
if isinstance(orig, array.array):
175-
if not isinstance(new, array.array):
176-
return False
177175
if orig.typecode != new.typecode:
178176
return False
179177
if len(orig) != len(new):

0 commit comments

Comments
 (0)