Skip to content

Commit def6e62

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 919dbbe commit def6e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def __init__(self):
492492
self._exif = None
493493

494494
def _use_im_values(self):
495-
''' Whether or not to try using values from self.im in addition to the values in this class. '''
495+
"""Whether or not to try using values from self.im in addition to the values in this class."""
496496
return self.im is not None
497497

498498
@property

0 commit comments

Comments
 (0)