commit | d4e35391c5486b3aa5d0a65650b33d23c7666de4 | [log] [tgz] |
---|---|---|
author | Amin Hassani <ahassani@chromium.org> | Thu Oct 03 11:02:44 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 08 00:17:54 2019 +0000 |
tree | ab2a97f99867d55c30b23cc6aecd1451aff82bb4 | |
parent | 8658343c696efaf1ca55f4f2dd18324c55c67155 [diff] [blame] |
devserver: Fix linter errors Also remove devserver_exception.py as there was no user except devserver itself. BUG=chromium:1003986 TEST=./devserver_integration_test.py Change-Id: Idf5289371bbe17c57fbbdb5de445e083281bd62c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1838133 Tested-by: Amin Hassani <ahassani@chromium.org> Commit-Queue: Amin Hassani <ahassani@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/health_checker.py b/health_checker.py index 8c274a3..20a56c0 100644 --- a/health_checker.py +++ b/health_checker.py
@@ -14,7 +14,7 @@ import threading import time -import cherrypy +import cherrypy # pylint: disable=import-error import cros_update_progress import log_util