Skip to content

Commit 9812988

Browse files
committed
Remove trailing whitespaces
That are triggering flake.
1 parent 1eccebc commit 9812988

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

github_backup/github_backup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -782,12 +782,12 @@ def download_file(url, path, auth, as_app=False, fine=False):
782782
if os.path.exists(path):
783783
return
784784

785-
request = _construct_request(per_page=100,
786-
page=1,
787-
query_args={},
788-
template=url,
789-
auth=auth,
790-
as_app=as_app,
785+
request = _construct_request(per_page=100,
786+
page=1,
787+
query_args={},
788+
template=url,
789+
auth=auth,
790+
as_app=as_app,
791791
fine=fine)
792792
request.add_header("Accept", "application/octet-stream")
793793
opener = build_opener(S3HTTPRedirectHandler)

0 commit comments

Comments
 (0)