diff --git a/bin/tests/system/isctest/vars/features.py b/bin/tests/system/isctest/vars/features.py index 3ebb0863a8..40982802af 100644 --- a/bin/tests/system/isctest/vars/features.py +++ b/bin/tests/system/isctest/vars/features.py @@ -33,7 +33,7 @@ FEATURES = { "ZLIB": "--with-zlib", } -FEATURE_VARS = {} +FEATURE_VARS: dict[str, str] = {} def feature_test(feature):