diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 172fe7fd4..7e545da8c 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -492,7 +492,10 @@ class Image: self._exif = None def _use_im_values(self): - ''' Whether or not to try using values from self.im in addition to the values in this class. ''' + """ + Whether or not to try using values from self.im + in addition to the values in this class. + """ return self.im is not None @property