From d8177de4791bb3548ea982a34a6112604617042e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Wed, 28 May 2025 18:53:26 +0100 Subject: [PATCH] chore: fix test --- tools/check.import.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check.import.sh b/tools/check.import.sh index 03fea786..4634df7c 100755 --- a/tools/check.import.sh +++ b/tools/check.import.sh @@ -42,6 +42,7 @@ __check(){ -e "propertyanimation.py:import time, math" \ -e "savetools.py:import importlib.util" \ -e "savetools.py:import json" | + -e "TTkCore/color.py:from __future__ import annotations" | grep -v \ -e "TTkTerm/input_mono.py:from time import time" \ -e "TTkTerm/input_mono.py:import platform" \