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

Unified Diff: appengine/findit/handlers/flake/list_flakes.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update Created 4 years, 3 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
Index: appengine/findit/handlers/flake/list_flakes.py
diff --git a/appengine/findit/handlers/flake/list_flakes.py b/appengine/findit/handlers/flake/list_flakes.py
index 7821e6d7a0a1d8cd56fafe78a2c7abd378351a03..8d14a6bd6378bc578532f298047b9e4f3124f691 100644
--- a/appengine/findit/handlers/flake/list_flakes.py
+++ b/appengine/findit/handlers/flake/list_flakes.py
@@ -4,8 +4,7 @@
from google.appengine.ext import ndb
-from common.base_handler import BaseHandler
-from common.base_handler import Permission
+from common.base_handler import BaseHandler, Permission
from model.flake.master_flake_analysis import MasterFlakeAnalysis

Powered by Google App Engine
This is Rietveld 408576698