diff --git a/molyso/mm/image.py b/molyso/mm/image.py index 80d3a7a..5fc5387 100644 --- a/molyso/mm/image.py +++ b/molyso/mm/image.py @@ -133,6 +133,7 @@ def autorotate(self): RuntimeWarning ) + # noinspection PyAttributeOutsideInit self.image = self.original_image.copy() self.angle = 0.0 self.crop_height = self.crop_width = 0