We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ea139 commit c332fb4Copy full SHA for c332fb4
1 file changed
Lib/csv.py
@@ -391,7 +391,6 @@ def _guess_delimiter(self, data, delimiters):
391
if missed_lines:
392
# charFrequency[char][0] can only be deduced now
393
# as it cannot be obtained when parsing the lines.
394
- assert 0 not in counts.keys()
395
# Store the number of lines 'char' was missing from.
396
items.append((0, missed_lines))
397
if len(items) == 1 and items[0][0] == 0:
0 commit comments