1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#N/A: Fix a couple of issues after new flake8 release

This commit is contained in:
Pablo Santiago Blum de Aguiar 2023-07-30 22:22:37 +02:00
parent 3cd187a3bb
commit 62e0767c50
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import os import os
import pytest 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 side_effect
from thefuck.types import Command from thefuck.types import Command

View File

@ -8,5 +8,5 @@ def test_readme(source_root):
for rule in bundled: for rule in bundled:
if rule.stem != '__init__': if rule.stem != '__init__':
assert rule.stem in readme,\ assert rule.stem in readme, \
'Missing rule "{}" in README.md'.format(rule.stem) 'Missing rule "{}" in README.md'.format(rule.stem)