Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Sep 26, 2020
1 parent 9a93562 commit 2cea8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyswot.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_files_are_utf8(monkeypatch):

non_unicode_files = []

for subdir, dirs, files in os.walk(rootdir):
for subdir, _, files in os.walk(rootdir):
for file in files:
rel_file = str(os.path.relpath(os.path.join(subdir, file), rootdir))
domain_parts = rel_file.split(".txt")[0].split(os.path.sep)
Expand Down

0 comments on commit 2cea8e8

Please sign in to comment.