Raise exception in abstract method

pull/2896/head
Erik Johnston 2018-02-20 17:59:23 +00:00
parent 95e4cffd85
commit 8fbb4d0d19
1 changed files with 1 additions and 1 deletions

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):