You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/08/06 03:13:49 UTC

git commit: Build break fix.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 4a0d03800 -> a6e30ddd2


Build break fix.

Testing Done:
./pants src/test/python/apache/aurora/client/api::

Reviewed at https://reviews.apache.org/r/24358/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/a6e30ddd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/a6e30ddd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/a6e30ddd

Branch: refs/heads/master
Commit: a6e30ddd24dda94224bdb5f1c923d02c37f5a837
Parents: 4a0d038
Author: Maxim Khutornenko <ma...@apache.org>
Authored: Tue Aug 5 18:13:11 2014 -0700
Committer: Maxim Khutornenko <ma...@apache.org>
Committed: Tue Aug 5 18:13:11 2014 -0700

----------------------------------------------------------------------
 .../python/apache/aurora/client/api/test_scheduler_client.py     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a6e30ddd/src/test/python/apache/aurora/client/api/test_scheduler_client.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/client/api/test_scheduler_client.py b/src/test/python/apache/aurora/client/api/test_scheduler_client.py
index 8f5fe56..ab74db3 100644
--- a/src/test/python/apache/aurora/client/api/test_scheduler_client.py
+++ b/src/test/python/apache/aurora/client/api/test_scheduler_client.py
@@ -46,9 +46,7 @@ from gen.apache.aurora.api.ttypes import (
     RewriteConfigsRequest,
     ScheduleStatus,
     SessionKey,
-    TaskQuery,
-    UpdateQuery,
-    UpdateRequest
+    TaskQuery
 )
 
 ROLE = 'foorole'