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