| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| index f282e810a4dc043ee9c257c0381c29b089187ca7..83b59b2eee5d8c3a44a6db6000733ec474f8b678 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| @@ -37,7 +37,6 @@ including crash logs, and mismatches with expectations.
|
| The Manager object has a constructor and one main method called run.
|
| """
|
|
|
| -import datetime
|
| import json
|
| import logging
|
| import random
|
|
|