Index: appengine/findit/handlers/try_job_dashboard.py |
diff --git a/appengine/findit/handlers/try_job_dashboard.py b/appengine/findit/handlers/try_job_dashboard.py |
index 5cee96aeeeecc13c1708a0a9c66e1f7e00c53046..611c390114d156598e901c1ffdf493271c65baec 100644 |
--- a/appengine/findit/handlers/try_job_dashboard.py |
+++ b/appengine/findit/handlers/try_job_dashboard.py |
@@ -8,8 +8,7 @@ from datetime import timedelta |
import json |
from common import time_util |
-from common.base_handler import BaseHandler |
-from common.base_handler import Permission |
+from common.base_handler import BaseHandler, Permission |
from model.wf_try_job_data import WfTryJobData |