From 1a16067126c14195727a14d415530619e58c88ca Mon Sep 17 00:00:00 2001 From: Jiří Pinkava <j-pi@seznam.cz> Date: Sun, 26 Jun 2016 13:04:42 +0200 Subject: utils: plot_data - remove unused import --- gr-utils/python/utils/plot_data.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-utils/python/utils/plot_data.py') diff --git a/gr-utils/python/utils/plot_data.py b/gr-utils/python/utils/plot_data.py index 2ae3b1d5b3..7d80c714fe 100644 --- a/gr-utils/python/utils/plot_data.py +++ b/gr-utils/python/utils/plot_data.py @@ -34,7 +34,6 @@ except ImportError: print "Please install Matplotlib to run this script (http://matplotlib.sourceforge.net/)" raise SystemExit, 1 -from optparse import OptionParser class plot_data: def __init__(self, datatype, filenames, options): -- cgit v1.2.3