From 1f76ca9416ba0e11fe51d5c2648895f21da88434 Mon Sep 17 00:00:00 2001 From: erikvw Date: Fri, 26 Jan 2024 23:33:34 -0600 Subject: [PATCH] remove sys.write from system check --- edc_action_item/system_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/edc_action_item/system_checks.py b/edc_action_item/system_checks.py index 7cd1dc7..026cb60 100644 --- a/edc_action_item/system_checks.py +++ b/edc_action_item/system_checks.py @@ -5,7 +5,6 @@ def edc_action_item_check(app_configs, **kwargs): errors = [] - for name, action_cls in site_action_items.registry.items(): try: action_cls.reference_model_cls().history