Skip to content

Commit f8285c1

Browse files
committed
Curve tools: basic quality pass
1 parent 240a989 commit f8285c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"plotpy"
3939
],
4040
"python.analysis.autoFormatStrings": true,
41-
"python.analysis.typeCheckingMode": "basic",
41+
"python.analysis.typeCheckingMode": "off",
4242
}

plotpy/plot/plotwidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def __init__(
553553
self.button_layout = None
554554
self.plot_layout = QW.QGridLayout()
555555
self.plot_widget: PlotWidget = None
556-
self. manager: PlotManager = None
556+
self.manager: PlotManager = None
557557
self.setup_widget(toolbar, options, panels, auto_tools)
558558
self.setWindowFlags(QC.Qt.Window)
559559

0 commit comments

Comments
 (0)