Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3944287

Browse filesBrowse files
committed
Respond to linter complaints
1 parent 3eccb3f commit 3944287
Copy full SHA for 3944287

File tree

Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed

‎appengine/flexible/tasks/create_app_engine_queue_task.py

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/create_app_engine_queue_task.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import datetime
2020
import json
2121

22-
from googleapiclient import discovery
23-
2422

2523
def seconds_from_now_to_rfc3339_datetime(seconds):
2624
"""Return an RFC 3339 datetime string for a number of seconds from now."""

‎appengine/flexible/tasks/main.py

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/main.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
"""App Engine app to serve as an endpoint for App Engine queue samples."""
1616

17-
import logging
18-
1917
from flask import Flask, request
2018

2119
app = Flask(__name__)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.