mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-09 21:34:05 +01:00
#441: Remove shells methods wrappers
This commit is contained in:
@@ -18,4 +18,5 @@ def history_lines(mocker):
|
||||
mock = mocker.patch('io.open')
|
||||
mock.return_value.__enter__ \
|
||||
.return_value.readlines.return_value = lines
|
||||
|
||||
return aux
|
||||
|
Reference in New Issue
Block a user