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 3eccb3f commit 3944287Copy full SHA for 3944287
appengine/flexible/tasks/create_app_engine_queue_task.py
@@ -19,8 +19,6 @@
19
import datetime
20
import json
21
22
-from googleapiclient import discovery
23
-
24
25
def seconds_from_now_to_rfc3339_datetime(seconds):
26
"""Return an RFC 3339 datetime string for a number of seconds from now."""
appengine/flexible/tasks/main.py
@@ -14,8 +14,6 @@
14
15
"""App Engine app to serve as an endpoint for App Engine queue samples."""
16
17
-import logging
18
from flask import Flask, request
app = Flask(__name__)
0 commit comments