Raise exception in abstract method

This commit is contained in:
Erik Johnston 2018-02-20 17:59:23 +00:00
parent 95e4cffd85
commit 8fbb4d0d19

View file

@ -52,7 +52,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
Returns: Returns:
int int
""" """
pass raise NotImplementedError()
@cachedInlineCallbacks() @cachedInlineCallbacks()
def get_users_with_read_receipts_in_room(self, room_id): def get_users_with_read_receipts_in_room(self, room_id):