summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-05-15 17:37:25 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-05-15 17:37:25 +0200
commitc49d13f710555386c9abeb5f40a75b39a248f8ab (patch)
tree3ebefedd3b35893d2a88a5700255fd6df91c95f6
parent6e110fe317b456f76e98598fedadf54fd92c057b (diff)
downloadlogilab-common-c49d13f710555386c9abeb5f40a75b39a248f8ab.tar.gz
[pep8] please new version of flake8
-rw-r--r--logilab/common/optik_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logilab/common/optik_ext.py b/logilab/common/optik_ext.py
index 222f48b..d044855 100644
--- a/logilab/common/optik_ext.py
+++ b/logilab/common/optik_ext.py
@@ -379,7 +379,7 @@ class ManHelpFormatter(HelpFormatter):
# mypy: "OptionParser"; expected "Option"
# it still works?
help_text = self.expand_default(option) # type: ignore
- help = " ".join([l.strip() for l in help_text.splitlines()])
+ help = " ".join([line.strip() for line in help_text.splitlines()])
else:
help = ""
return """.IP "%s"