Skip to content

Commit c332fb4

Browse files
committed
rm assert
1 parent 14ea139 commit c332fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/csv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ def _guess_delimiter(self, data, delimiters):
391391
if missed_lines:
392392
# charFrequency[char][0] can only be deduced now
393393
# as it cannot be obtained when parsing the lines.
394-
assert 0 not in counts.keys()
395394
# Store the number of lines 'char' was missing from.
396395
items.append((0, missed_lines))
397396
if len(items) == 1 and items[0][0] == 0:

0 commit comments

Comments
 (0)