We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff5a0b commit e2f0806Copy full SHA for e2f0806
shapeout2/gui/compute/comp_stats.py
@@ -8,8 +8,6 @@
8
from PyQt5 import uic, QtCore, QtWidgets
9
10
from ..widgets import show_wait_cursor
11
-
12
-from ...pipeline import Pipeline
13
from ..._version import version
14
15
STAT_METHODS = sorted(dclab.statistics.Statistics.available_methods.keys())
0 commit comments