Skip to content

Commit 90144f3

Browse files
author
Patrick Gerard
committedSep 4, 2022
flake8 fix
1 parent a723879 commit 90144f3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
flake8:
2-
flake8 .
2+
flake8 .
3+
4+
e2e-tests:
5+
pytest test $(args)

‎backups/googledrive.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ def upload_basic(self):
3030
TODO(developer) - See https://developers.google.com/identity
3131
for guides on implementing OAuth2 for the application.
3232
"""
33-
33+
3434
import socket
3535

3636
try:
37-
# prevent timeout on bigger batch
37+
# prevent timeout on bigger batch
3838
# https://github.com/googleapis/google-api-python-client/issues/632
3939
socket.setdefaulttimeout(600)
4040
# create drive api client

0 commit comments

Comments
 (0)
Please sign in to comment.