We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1987d2c commit 2316d51Copy full SHA for 2316d51
cdl/patch.py
@@ -11,6 +11,8 @@
11
# Allows accessing protecting members, unused arguments, unused variables
12
# pylint: disable=W0212,W0613,W0612,E0102
13
14
+from __future__ import annotations
15
+
16
import sys
17
import warnings
18
@@ -25,9 +27,8 @@
25
27
from plotpy.panels.csection import csplot, cswidget
26
28
from qtpy import QtCore as QC
29
from qtpy.QtWidgets import QApplication, QMainWindow
-from qwt import QwtLinearScaleEngine
30
+from qwt import QwtLinearScaleEngine, QwtScaleDraw
31
from qwt import QwtLogScaleEngine as QwtLog10ScaleEngine
-from qwt import QwtScaleDraw
32
33
from cdl.config import APP_NAME, _
34
from cdl.core.model.signal import create_signal
0 commit comments