From b38884db637157baa35c812d9d0932711c1bf200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 10 Mar 2017 11:16:17 +0100 Subject: [PATCH] Removed an obsolete (and broken) method from PipCaller --- src/octoprint/util/pip.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/octoprint/util/pip.py b/src/octoprint/util/pip.py index 437427be..d03e0034 100644 --- a/src/octoprint/util/pip.py +++ b/src/octoprint/util/pip.py @@ -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): """