View: Remove useless package 'SvgButton'.
parent
a35ae7150f
commit
32f0d143f2
|
|
@ -51,7 +51,7 @@ from scipy.signal import savgol_filter
|
|||
|
||||
from re import findall
|
||||
|
||||
from pyqt_svg_button import SvgButton
|
||||
# from pyqt_svg_button import SvgButton
|
||||
from pyqt_file_list_widget.fileListWidget import FileListWidget
|
||||
|
||||
from qtrangeslider import QLabeledDoubleRangeSlider
|
||||
|
|
@ -4945,6 +4945,3 @@ class AcousticDataTab(QWidget):
|
|||
|
||||
# self.fig_SNR.canvas.draw_idle()
|
||||
# return r_bottom, val_bottom, r_bottom_ind, BS_section_bottom
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue