Skip to content

Commit c42aa7d

Browse files
committed
fixed pep8 issues
1 parent ac3d797 commit c42aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axe_selenium_python/axe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ def write_results(self, data, name):
108108
except NameError:
109109
f.write(json.dumps(data, indent=4))
110110
except FileNotFoundError as fnf_error:
111-
print(fnf_error)
111+
print(fnf_error)

0 commit comments

Comments
 (0)