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>
This commit is contained in:
Philippe Mathieu-Daudé 2018-11-08 15:34:22 +01:00 committed by Eduardo Habkost
parent 285cecd655
commit 9ab5a24b52
6 changed files with 1 additions and 7 deletions

View file

@ -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