]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add '# noqa' to suppress a linter error
authorZack Cerza <zack@cerza.org>
Thu, 26 Sep 2013 17:21:39 +0000 (12:21 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 26 Sep 2013 19:02:51 +0000 (14:02 -0500)
Fixing this would require some more significant changes... and tempt me
with rewriting every module in the directory.
(cherry picked from commit 3fc39a59fd415a4e4e6f2a0354fe900477167e51)

teuthology/locker/locker.py

index 7de222d11b25cc64b068db6266ff8fca9ea00da5..b017032b23c6b831b150deab53a23a1600ffbbd3 100755 (executable)
@@ -8,7 +8,7 @@ abspath = os.path.dirname(__file__)
 if abspath not in sys.path:
     sys.path.append(abspath)
 
-from api import Lock, MachineLock
+from api import Lock, MachineLock # noqa
 
 urls = (
     '/lock', 'Lock',