From 8ce4bc118807437f1f0c8a75de17e0c20c4a6c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=CC=81cio=20Nery?= Date: Tue, 5 Jan 2021 10:31:51 -0300 Subject: [PATCH] Fix bad indentation --- git-pull-request/git-pull-request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-pull-request/git-pull-request.py b/git-pull-request/git-pull-request.py index 2d9710ff8b..2293c6aefd 100755 --- a/git-pull-request/git-pull-request.py +++ b/git-pull-request/git-pull-request.py @@ -1507,7 +1507,7 @@ def github_request(url, params=None, token=None): else: req = urllib2.Request(url) - authorize_request(req, token) + authorize_request(req, token) if DEBUG: print url