summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-18 23:38:25 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-18 23:38:25 +0000
commit4ba8798e527ba7943e031ce574d3e0e53acd0500 (patch)
tree14b25c669ba152048c3064ab2453af0fabdabfb8
parent202f9fafec163813170ff37d42fb52796d5affe5 (diff)
downloadpylint-4ba8798e527ba7943e031ce574d3e0e53acd0500.tar.gz
Remove trailing whitespace.
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index b971503..5f2bb23 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -538,7 +538,7 @@ accessed. Python regular expressions are accepted.'}
i = parameter_name_to_index[keyword]
if parameters[i][1]:
# Duplicate definition of function parameter.
-
+
# Might be too hardcoded, but this can actually
# happen when using str.format and `self` is passed
# by keyword argument, as in `.format(self=self)`.