Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 15, 2022
1 parent b0aef4f commit 5a0f3a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/MicImagePlugin.py
Expand Up @@ -62,7 +62,6 @@ def _open(self):
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
Expand Down

0 comments on commit 5a0f3a0

Please sign in to comment.