Skip to content

Commit 81f3e4b

Browse files
committed
Fix flake8 complaints
1 parent e92fc95 commit 81f3e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def __init__(self, parent, id, figure=None):
512512
# Initial scaling. Other platforms handle this automatically
513513
dpiScale = self.GetDPIScaleFactor()
514514
self.SetInitialSize(self.GetSize()*(1/dpiScale))
515-
self._set_device_pixel_ratio(dpiScale)
515+
self._set_device_pixel_ratio(dpiScale)
516516

517517
def Copy_to_Clipboard(self, event=None):
518518
"""Copy bitmap of canvas to system clipboard."""

0 commit comments

Comments
 (0)