summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-07 16:27:24 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-07 16:27:24 +0100
commit851ab05ea152f1a79cc7069470c9d58cf0c747ae (patch)
tree819bbc1eb8f8f39b340746f5fe6ee6fdd20c2fca /pylint
parent58c5db30943ff1d72133f403f59de7e31425c26d (diff)
downloadpylint-git-851ab05ea152f1a79cc7069470c9d58cf0c747ae.tar.gz
Remove trailing line.
Diffstat (limited to 'pylint')
-rw-r--r--pylint/extensions/check_docs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/extensions/check_docs.py b/pylint/extensions/check_docs.py
index 8a80d17a4..73ae9775b 100644
--- a/pylint/extensions/check_docs.py
+++ b/pylint/extensions/check_docs.py
@@ -15,4 +15,3 @@ def register(linter):
warnings.warn("This plugin is deprecated, use pylint.extensions.docparams instead.",
DeprecationWarning)
linter.register_checker(docparams.DocstringParameterChecker(linter))
-