From 27cb64e10af5868aebe87a57a11bfdec675e9292 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 7 Sep 2024 12:19:18 -0500 Subject: [PATCH] CI Fix --- example/breeze_theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/breeze_theme.py b/example/breeze_theme.py index c46eac3..9aca158 100644 --- a/example/breeze_theme.py +++ b/example/breeze_theme.py @@ -336,7 +336,7 @@ def _get_theme_macos_impl() -> ThemeFn: def get_theme_func() -> Theme: '''Get the theme with all our internal helpers.''' pool = msg(auto_release_pool, _register_name(objc, 'alloc')) - pool = msg(pool, _register_name(objc, 'init')) +# pool = msg(pool, _register_name(objc, 'init')) # std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults')) return Theme.DARK