()
| 7 | |
| 8 | @register_task_handler() |
| 9 | def update_chargebee_cache(): # type: ignore[no-untyped-def] |
| 10 | chargebee_cache = ChargebeeCache() # type: ignore[no-untyped-call] |
| 11 | chargebee_cache.refresh() # type: ignore[no-untyped-call] |
searching dependent graphs…