Skip to content

Commit

Permalink
Add missing annotation import
Browse files Browse the repository at this point in the history
  • Loading branch information
REDxEYE committed Oct 12, 2023
1 parent bc6c973 commit 2a6bcc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#
# See the README file for information on usage and redistribution.
#
from __future__ import annotations

import atexit
import builtins
Expand Down

0 comments on commit 2a6bcc1

Please sign in to comment.