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 92d4479 commit 1b8ddcfCopy full SHA for 1b8ddcf
mfr/extensions/tabular/libs/stdlib_tools.py
@@ -52,7 +52,7 @@ def csv_stdlib(fp):
52
else:
53
raise TabularRendererError('csv.Error: {}'.format(e), extension='csv') from e
54
55
- del reader
+ del reader # noqa
56
if not columns and not rows:
57
raise EmptyTableError('Table empty or corrupt.', extension='csv')
58
return {'Sheet 1': (columns, rows)}
0 commit comments