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

Unified Diff: appengine/findit/model/wf_try_job_data.py

Issue 2608853002: [Findit] Adding suspected CL to master flake analysis in preparation for try jobs (Closed)
Patch Set: use gae_libs.testcase instead of unittest 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/wf_try_job_data.py
diff --git a/appengine/findit/model/wf_try_job_data.py b/appengine/findit/model/wf_try_job_data.py
index 110e4000c30729ffebe6433b8d389d88a0b2dc62..ddb45c0cc9806c50c407ea282fa406ea4be68a33 100644
--- a/appengine/findit/model/wf_try_job_data.py
+++ b/appengine/findit/model/wf_try_job_data.py
@@ -43,4 +43,3 @@ class WfTryJobData(BaseTryJobData):
@staticmethod
def Get(build_id): # pragma: no cover
return WfTryJobData._CreateKey(build_id).get()
-

Powered by Google App Engine
This is Rietveld 408576698