Coverage for src/couchers/notifications/utils.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-03 01:05 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-03 01:05 +0000
1from couchers.models import NotificationTopicAction
3enum_from_topic_action = {(item.topic, item.action): item for item in NotificationTopicAction}