Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2016)

Unified Diff: appengine/machine_provider/handlers_cron.py

Issue 2196623004: Add basic Machine Provider UI (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/machine_provider/app.yaml ('k') | appengine/machine_provider/handlers_frontend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/machine_provider/handlers_cron.py
diff --git a/appengine/machine_provider/handlers_cron.py b/appengine/machine_provider/handlers_cron.py
index 71d0ce8a698f89fb6820e1f634a624855772c28a..82d483ed13f2aefac6641d046f2d047eea8be913 100644
--- a/appengine/machine_provider/handlers_cron.py
+++ b/appengine/machine_provider/handlers_cron.py
@@ -5,8 +5,8 @@
"""Cron jobs for processing lease requests."""
import datetime
-import time
import logging
+import time
from google.appengine.api import taskqueue
from google.appengine.ext import ndb
« no previous file with comments | « appengine/machine_provider/app.yaml ('k') | appengine/machine_provider/handlers_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698