From 58e05c00ab0a762866e3719974d5b74096df233c Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 25 Sep 2017 19:15:26 +0200 Subject: Remove redundant str() --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index c144283..0cab18f 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3115,7 +3115,7 @@ class Comment(Item): "(no additional dependencies)") return _lines("Comment", - "Text: " + str(self._text), + "Text: " + self._text, "Dependencies: " + dep_str, "Additional dependencies from enclosing menus and ifs:", additional_deps_str, -- cgit v1.2.3