mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Removed unused variable
This commit is contained in:
parent
4e075adcc5
commit
f18688e84e
|
@ -62,7 +62,6 @@ class MicImageFile(TiffImagePlugin.TiffImageFile):
|
||||||
if not self.images:
|
if not self.images:
|
||||||
raise SyntaxError("not an MIC file; no image entries")
|
raise SyntaxError("not an MIC file; no image entries")
|
||||||
|
|
||||||
self._fp = self.fp
|
|
||||||
self.frame = None
|
self.frame = None
|
||||||
self._n_frames = len(self.images)
|
self._n_frames = len(self.images)
|
||||||
self.is_animated = self._n_frames > 1
|
self.is_animated = self._n_frames > 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user