8000 Pylint fix2 · matplotlib/matplotlib@77a02ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 77a02ea

Browse files
authored
Pylint fix2
1 parent 835154a commit 77a02ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ def get_dpi(self):
20512051
Return the resolution of the parent figure in dots-per-inch as a float.
20522052
"""
20532053
return self._parent.dpi
2054-
2054+
20552055
def set_dpi(self, val):
20562056
"""
20572057
Set the resolution of parent figure in dots-per-inch.

0 commit comments

Comments
 (0)
0