From bc3c9a9d7b0b2afcccac69182e771bf3a3eacae0 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Wed, 11 Oct 2017 12:35:43 +0100 Subject: [PATCH] progress: Remove unused import --- virtinst/progress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/virtinst/progress.py b/virtinst/progress.py index d73d4292e..05114ed4d 100644 --- a/virtinst/progress.py +++ b/virtinst/progress.py @@ -27,7 +27,6 @@ import sys import time import math -import thread import fcntl import struct import termios