remove dangling "," left over from moving code
This commit is contained in:
parent
6a3af7f496
commit
4006184385
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class GitHub(object):
|
||||||
range_url = self._short_url(
|
range_url = self._short_url(
|
||||||
COMMIT_RANGE_URL % (full_name, first_id, last_id))
|
COMMIT_RANGE_URL % (full_name, first_id, last_id))
|
||||||
|
|
||||||
single_url = COMMIT_URL % (full_name, "%s"),
|
single_url = COMMIT_URL % (full_name, "%s")
|
||||||
|
|
||||||
return self._format_push(branch, author, data["commits"],
|
return self._format_push(branch, author, data["commits"],
|
||||||
data["forced"], single_url, range_url)
|
data["forced"], single_url, range_url)
|
||||||
|
|
Loading…
Reference in a new issue