Skip to content

Commit 2863fc3

Browse files
authored
Update main.py
1 parent aac8bc9 commit 2863fc3

File tree

1 file changed

+2
-2
lines changed
  • Python/taskqueues-backup-images/functions

1 file changed

+2
-2
lines changed

Python/taskqueues-backup-images/functions/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# limitations under the License.
1414

1515
# [START v2imports]
16-
# Dependencies for task queue functions
16+
# Dependencies for task queue functions.
1717
from google.cloud import tasks_v2
1818
import requests
1919
from firebase_functions.options import RetryConfig, RateLimits, SupportedRegion
2020

21-
# Dependencies for image backup
21+
# Dependencies for image backup.
2222
from datetime import datetime, timedelta
2323
import json
2424
import pathlib

0 commit comments

Comments
 (0)