From 5628b7a9ada7dfbb370306ea1cdc0800a94930a7 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 6 Sep 2017 11:22:13 +1000 Subject: [PATCH] Removed unnecessary line --- PIL/Image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index d207a8dd2..1e49498b4 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1601,7 +1601,6 @@ class Image(object): self.load() if self.readonly: self._copy() - self.pyaccess = None self.load() if self.pyaccess: