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