Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6953588

Browse files
committed
linting
1 parent 38d4065 commit 6953588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/backends/qt_editor/_formlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def fedit(data, title="", comment="", icon=None, parent=None, apply=None,
516516
- list/tuple:
517517
* the first element will be the selected index (or value)
518518
* the other elements can be couples (key, value) or only values
519-
519+
520520
If modal is True, the application will block until the result is selected.
521521
If modal is false, the dialog will be shown and the function returns None.
522522
"""

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def apply_callback(data):
251251
if not (axes.get_xlim() == orig_xlim and axes.get_ylim() == orig_ylim):
252252
figure.canvas.toolbar.push_current()
253253

254-
data = _formlayout.fedit(
254+
_formlayout.fedit(
255255
datalist, title="Figure options", parent=parent,
256256
icon=QtGui.QIcon(
257257
str(cbook._get_data_path('images', 'qt4_editor_options.svg'))),

0 commit comments

Comments
 (0)