1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 22:54:14 +00: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 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