split long comment across two lines

and use double quotes instead of single quotes
This commit is contained in:
Yay295 2023-08-05 15:10:57 -05:00
parent 919dbbe1f1
commit b879ada2a2

View File

@ -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