diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-11-08 15:34:22 +0100 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-01-17 17:52:40 -0200 |
commit | 9ab5a24b5298ae8272607a8ffc9ba20c15acefaa (patch) | |
tree | 496edc834672405486b7b5a6570f02c485979e5d /scripts/device-crash-test | |
parent | 285cecd655220daf474a9733fb277b307eacbd5f (diff) |
scripts: Remove unused python imports
Reported-by: LGTM code review
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181108143422.15955-1-philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'scripts/device-crash-test')
-rwxr-xr-x | scripts/device-crash-test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/device-crash-test b/scripts/device-crash-test index 549162a547..b32aa93f89 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -26,7 +26,6 @@ check for crashes and unexpected errors. from __future__ import print_function import sys -import os import glob import logging import traceback |