Index: appengine/findit/handlers/flake/check_flake.py |
diff --git a/appengine/findit/handlers/flake/check_flake.py b/appengine/findit/handlers/flake/check_flake.py |
index 4e23f629df1cf44f2b2424c4509dc87b33da8bcf..a08ca0a8e869966d2c02b1f015694a9598dfcf0c 100644 |
--- a/appengine/findit/handlers/flake/check_flake.py |
+++ b/appengine/findit/handlers/flake/check_flake.py |
@@ -12,7 +12,6 @@ from common.base_handler import Permission |
from model import analysis_status |
from waterfall.flake import initialize_flake_pipeline |
- |
stgao
2016/10/17 17:31:43
style nit: keep this line.
We need two lines to se
|
class CheckFlake(BaseHandler): |
PERMISSION_LEVEL = Permission.ANYONE |