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

Skip to content

Commit d12110f

Browse files
committed
Fixed Indentation error...
1 parent 2f186ad commit d12110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _update_figure_dpi(self):
268268
@property
269269
def _dpi_ratio(self):
270270
# Not available on Qt4 or some older Qt5.
271-
try:
271+
try:
272272
# self.devicePixelRatio() returns 0 in rare cases
273273
return self.devicePixelRatio() or 1
274274
except AttributeError:

0 commit comments

Comments
 (0)