We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac8bc9 commit 2863fc3Copy full SHA for 2863fc3
Python/taskqueues-backup-images/functions/main.py
@@ -13,12 +13,12 @@
13
# limitations under the License.
14
15
# [START v2imports]
16
-# Dependencies for task queue functions
+# Dependencies for task queue functions.
17
from google.cloud import tasks_v2
18
import requests
19
from firebase_functions.options import RetryConfig, RateLimits, SupportedRegion
20
21
-# Dependencies for image backup
+# Dependencies for image backup.
22
from datetime import datetime, timedelta
23
import json
24
import pathlib
0 commit comments