We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce961a6 commit d8177deCopy full SHA for d8177de
1 file changed
tools/check.import.sh
@@ -42,6 +42,7 @@ __check(){
42
-e "propertyanimation.py:import time, math" \
43
-e "savetools.py:import importlib.util" \
44
-e "savetools.py:import json" |
45
+ -e "TTkCore/color.py:from __future__ import annotations" |
46
grep -v \
47
-e "TTkTerm/input_mono.py:from time import time" \
48
-e "TTkTerm/input_mono.py:import platform" \
0 commit comments