Skip to content
Snippets Groups Projects
Commit 6a13ffe0 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

pylint cleanup.

parent a48b7103
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ class HgExtractor(GenericExtractor):
"Return a symbolic reference to the tip commit of the current branch."
return "-1"
def hg_hook(ui, repo, hooktype, node=None, url=None, **_kwds):
def hg_hook(ui, repo, _hooktype, node=None, _url=None, **_kwds):
# To be called from a Mercurial "commit" or "incoming" hook. Example
# configuration:
# [hooks]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment