From 6fba462efc5ba37bf752866e68eb19a95ac2dafe Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 13 Jan 2024 14:31:46 +1100 Subject: [PATCH] unused --- src/PIL/ImageShow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/ImageShow.py b/src/PIL/ImageShow.py index 1e31dc4f73d..4ca07de0f28 100644 --- a/src/PIL/ImageShow.py +++ b/src/PIL/ImageShow.py @@ -19,7 +19,7 @@ import subprocess import sys from shlex import quote -from typing import Any, Type +from typing import Any from . import Image