Skip to content

Commit

Permalink
#N/A: Fix a couple of issues after new flake8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Jul 30, 2023
1 parent 3cd187a commit 62e0767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/rules/test_ssh_known_host.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import pytest
from thefuck.rules.ssh_known_hosts import match, get_new_command,\
from thefuck.rules.ssh_known_hosts import match, get_new_command, \
side_effect
from thefuck.types import Command

Expand Down
2 changes: 1 addition & 1 deletion tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def test_readme(source_root):

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

0 comments on commit 62e0767

Please sign in to comment.