Skip to content

Commit

Permalink
remove sys.write from system check
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 27, 2024
1 parent 6eb3239 commit 1f76ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edc_action_item/system_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f76ca9

Please sign in to comment.