Import annotations to allow for pipe as union type

This commit is contained in:
Andrew Murray 2023-12-15 07:59:38 +11:00
parent e482ea9305
commit b60a5827e8

View File

@ -15,6 +15,8 @@
# See the README file for information on usage and redistribution.
#
from __future__ import annotations
from . import Image