Removed an obsolete (and broken) method from PipCaller
This commit is contained in:
parent
a49772fcf3
commit
b38884db63
1 changed files with 0 additions and 4 deletions
|
|
@ -370,10 +370,6 @@ class PipCaller(CommandlineCaller):
|
|||
def _preprocess_lines(self, *lines):
|
||||
return map(self._preprocess, lines)
|
||||
|
||||
@staticmethod
|
||||
def _convert_lines(lines):
|
||||
return map(PipCaller._convert_line, lines)
|
||||
|
||||
@staticmethod
|
||||
def _preprocess(text):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue