aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
authorTrung N Tran <trung.tran@ettus.com>2017-11-17 17:21:42 -0800
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:05:06 -0800
commit07ef7e3e61e9cd38a3155468aef4a3d43a81b6b9 (patch)
tree36fc8c68ff6b7308720418e71ddf60599957e8ca /mpm
parente3f409e8820bdba1cd2a42390d7db40692873363 (diff)
downloaduhd-07ef7e3e61e9cd38a3155468aef4a3d43a81b6b9.tar.gz
uhd-07ef7e3e61e9cd38a3155468aef4a3d43a81b6b9.tar.bz2
uhd-07ef7e3e61e9cd38a3155468aef4a3d43a81b6b9.zip
n3xx_bist: remove unused python package
This tqdm is not using anywhere and causing trouble for the sdimage; so I remove it.
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/aurora_control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/aurora_control.py b/mpm/python/usrp_mpm/aurora_control.py
index 02ebf33f6..6531e8502 100644
--- a/mpm/python/usrp_mpm/aurora_control.py
+++ b/mpm/python/usrp_mpm/aurora_control.py
@@ -22,7 +22,6 @@ import math
import time
from builtins import str
from builtins import object
-import tqdm
from .mpmlog import get_logger
def mean(vals):