From b334adc12d9a7e5685d490d3293c7524de87510c Mon Sep 17 00:00:00 2001 From: Christian Sachs Date: Fri, 6 Apr 2018 14:18:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6=20little=20addition=20to=20make=20PyC?= =?UTF-8?q?harm=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- molyso/mm/image.py | 1 + 1 file changed, 1 insertion(+) 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