Skip to content

Commit 62e0767

Browse files
committed
#N/A: Fix a couple of issues after new flake8 release
1 parent 3cd187a commit 62e0767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/rules/test_ssh_known_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import pytest
3-
from thefuck.rules.ssh_known_hosts import match, get_new_command,\
3+
from thefuck.rules.ssh_known_hosts import match, get_new_command, \
44
side_effect
55
from thefuck.types import Command
66

tests/test_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def test_readme(source_root):
88

99
for rule in bundled:
1010
if rule.stem != '__init__':
11-
assert rule.stem in readme,\
11+
assert rule.stem in readme, \
1212
'Missing rule "{}" in README.md'.format(rule.stem)

0 commit comments

Comments
 (0)