Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 17, 2020
1 parent dc5da13 commit 824b4c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jscc/testing/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def walk_csv_data(**kwargs):
fieldnames = reader.fieldnames
rows = [row for row in reader]
yield (path, name, text, fieldnames, rows)
except _csv.Error as e:
except _csv.Error:
continue


Expand Down
1 change: 0 additions & 1 deletion tests/test_checks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import _csv
import contextlib
import json
import os
Expand Down

0 comments on commit 824b4c3

Please sign in to comment.