Skip to content

Commit

Permalink
Use io.BytesIO
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 7, 2024
1 parent 12345e6 commit 17e18c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from io import BytesIO
import io

class AppendingTiffWriter(BytesIO):
class AppendingTiffWriter(io.BytesIO):
pass

0 comments on commit 17e18c6

Please sign in to comment.