Skip to content

Commit fb2e928

Browse files
author
James Evans
committed
Updated to follow mpl style rules.
1 parent c00bef1 commit fb2e928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt5agg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def paintEvent(self, e):
7272
shown onscreen.
7373
"""
7474
# If we have not rendered the Agg backend yet, do so now.
75-
if not hasattr( self, 'renderer' ):
75+
if not hasattr(self, 'renderer'):
7676
FigureCanvasAgg.draw(self)
7777

7878
# FigureCanvasQT.paintEvent(self, e)

0 commit comments

Comments
 (0)