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

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

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/findit/model/crash/crash_config.py ('k') | appengine/findit/model/flake/master_flake_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/flake/flake_analysis_request.py
diff --git a/appengine/findit/model/flake/flake_analysis_request.py b/appengine/findit/model/flake/flake_analysis_request.py
index ea4f41e655065df8f68e8bb58cc120ce34951556..d5958842772deda5086cbfc3d3596da464512636 100644
--- a/appengine/findit/model/flake/flake_analysis_request.py
+++ b/appengine/findit/model/flake/flake_analysis_request.py
@@ -4,8 +4,8 @@
from google.appengine.ext import ndb
+from gae_libs.model.versioned_model import VersionedModel
from model.flake.master_flake_analysis import MasterFlakeAnalysis
-from model.versioned_model import VersionedModel
class BuildStep(ndb.Model):
« no previous file with comments | « appengine/findit/model/crash/crash_config.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