1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 06:34:09 +00:00

Fix flake8 errors: F401 'sys' imported but unused

This commit is contained in:
Joseph Frazier
2017-03-08 12:42:24 -05:00
parent c775937d17
commit 2c7ce91dd5

View File

@@ -1,6 +1,5 @@
import subprocess
from thefuck.utils import for_app, replace_command, eager
import sys
@for_app('ifconfig')
def match(command):