Coverage for src/couchers/notifications/utils.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1from couchers.models import NotificationTopicAction 

2 

3enum_from_topic_action = {(item.topic, item.action): item for item in NotificationTopicAction}