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

Unified Diff: dashboard/dashboard/pinpoint/models/job.py

Issue 3019503002: [pinpoint] Move mann_whitney_u.py to models/ (Closed)
Patch Set: Created 3 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: dashboard/dashboard/pinpoint/models/job.py
diff --git a/dashboard/dashboard/pinpoint/models/job.py b/dashboard/dashboard/pinpoint/models/job.py
index ebf63e87faf650f7860733b40877baa3f18b2c66..6eda027121fcc16509f0fa63b333a2828e9829b5 100644
--- a/dashboard/dashboard/pinpoint/models/job.py
+++ b/dashboard/dashboard/pinpoint/models/job.py
@@ -11,9 +11,9 @@ from google.appengine.api import taskqueue
from google.appengine.ext import ndb
from dashboard.common import utils
-from dashboard.pinpoint import mann_whitney_u
from dashboard.pinpoint.models import attempt as attempt_module
from dashboard.pinpoint.models import change as change_module
+from dashboard.pinpoint.models import mann_whitney_u
from dashboard.services import gitiles_service
from dashboard.services import issue_tracker_service
« no previous file with comments | « dashboard/dashboard/pinpoint/mann_whitney_u_test.py ('k') | dashboard/dashboard/pinpoint/models/mann_whitney_u.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698