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

Unified Diff: appengine/findit/model/flake/flake_try_job_data.py

Issue 2608853002: [Findit] Adding suspected CL to master flake analysis in preparation for try jobs (Closed)
Patch Set: Addressing comment Created 3 years, 11 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/model/flake/flake_try_job_data.py
diff --git a/appengine/findit/model/flake/flake_try_job_data.py b/appengine/findit/model/flake/flake_try_job_data.py
index 955454bdf149f3264323fdf57720d5d17e2d33f3..e4ae143f735f313901545b5ac4887b81e2a3a6fd 100644
--- a/appengine/findit/model/flake/flake_try_job_data.py
+++ b/appengine/findit/model/flake/flake_try_job_data.py
@@ -42,4 +42,3 @@ class FlakeTryJobData(BaseTryJobData):
@staticmethod
def Get(build_id): # pragma: no cover
return FlakeTryJobData._CreateKey(build_id).get()
-
« no previous file with comments | « appengine/findit/model/flake/flake_culprit.py ('k') | appengine/findit/model/flake/master_flake_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698