mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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:
|
||||
raise SyntaxError("not an MIC file; no image entries")
|
||||
|
||||
self._fp = self.fp
|
||||
self.frame = None
|
||||
self._n_frames = len(self.images)
|
||||
self.is_animated = self._n_frames > 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user