From e2883430bc2555a46599c6819c95bcd9d1268da1 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Sat, 4 Jun 2016 23:17:46 -0300 Subject: [PATCH] #N/A: Cleanup shells/fish.py a bit --- thefuck/shells/fish.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thefuck/shells/fish.py b/thefuck/shells/fish.py index 7284867b..34fdf7b2 100644 --- a/thefuck/shells/fish.py +++ b/thefuck/shells/fish.py @@ -50,10 +50,6 @@ class Fish(Generic): else: return command_script - def from_shell(self, command_script): - """Prepares command before running in app.""" - return self._expand_aliases(command_script) - def _get_history_file_name(self): return os.path.expanduser('~/.config/fish/fish_history')