From 3041a02da149ae475a0a5f4852f7b9e34ef29ba7 Mon Sep 17 00:00:00 2001 From: Roberto Arista Date: Mon, 29 Jul 2024 20:40:31 +0200 Subject: [PATCH] reverting, as it causes a bunch of type issues --- drawBot/context/baseContext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drawBot/context/baseContext.py b/drawBot/context/baseContext.py index 6d57f741..a961a10c 100644 --- a/drawBot/context/baseContext.py +++ b/drawBot/context/baseContext.py @@ -2322,8 +2322,8 @@ class BaseContext: _bezierPathClass = BezierPath _gradientClass = Gradient - fileExtensions: list[tuple[str, str]] = [] - saveImageOptions: list[tuple[str, str]] = [] + fileExtensions: list[str] = [] + saveImageOptions: list[str] = [] validateSaveImageOptions = True _textAlignMap = FormattedString._textAlignMap