From 86dc475bd6de08c8a329a26f988d0fff8868c8a0 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 4 May 2012 15:54:12 -0700 Subject: pylint cleanup Mostly remove unused imports Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e --- nova/testing/runner.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova/testing') diff --git a/nova/testing/runner.py b/nova/testing/runner.py index 7ddf959db..4ee88553b 100644 --- a/nova/testing/runner.py +++ b/nova/testing/runner.py @@ -110,8 +110,6 @@ class _AnsiColorizer(object): curses.setupterm() return curses.tigetnum("colors") > 2 except Exception: - raise - # guess false in case of error return False supported = classmethod(supported) -- cgit