Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
That are triggering flake.
  • Loading branch information
dale-primer-e committed Mar 14, 2024
1 parent 1eccebc commit 9812988
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions github_backup/github_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,12 +782,12 @@ def download_file(url, path, auth, as_app=False, fine=False):
if os.path.exists(path):
return

request = _construct_request(per_page=100,
page=1,
query_args={},
template=url,
auth=auth,
as_app=as_app,
request = _construct_request(per_page=100,
page=1,
query_args={},
template=url,
auth=auth,
as_app=as_app,
fine=fine)
request.add_header("Accept", "application/octet-stream")
opener = build_opener(S3HTTPRedirectHandler)
Expand Down

0 comments on commit 9812988

Please sign in to comment.